0byt3m1n1
Path:
/
data
/
15
/
1
/
116
/
83
/
1442083
/
meta
/
1549424
/
mysql.backup
/
[
Home
]
File: uco.mysqlcluster3.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster3 Database: uco -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!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_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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,1,'Mr WordPress','','https://wordpress.org/','','2015-11-25 08:31:46','2015-11-25 08:31:46','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fw_termmeta` -- DROP TABLE IF EXISTS `wp_fw_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fw_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `fw_term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `fw_term_id` (`fw_term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fw_termmeta` -- LOCK TABLES `wp_fw_termmeta` WRITE; /*!40000 ALTER TABLE `wp_fw_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fw_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_feed` -- DROP TABLE IF EXISTS `wp_gf_addon_feed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_feed` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `meta` longtext COLLATE utf8mb4_unicode_ci, `addon_slug` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `addon_form` (`addon_slug`,`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_feed` -- LOCK TABLES `wp_gf_addon_feed` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_feed` DISABLE KEYS */; INSERT INTO `wp_gf_addon_feed` VALUES (1,4,1,'{\"feedName\":\"5k Run\\/Walk Registration\",\"paypalEmail\":\"barrybank22@yahoo.com\",\"mode\":\"production\",\"transactionType\":\"product\",\"paymentAmount\":\"form_total\",\"billingInformation_firstName\":\"1.3\",\"billingInformation_lastName\":\"1.6\",\"billingInformation_email\":\"3\",\"billingInformation_address\":\"2.1\",\"billingInformation_address2\":\"2.2\",\"billingInformation_city\":\"2.3\",\"billingInformation_state\":\"2.4\",\"billingInformation_zip\":\"2.5\",\"billingInformation_country\":\"2.6\",\"pageStyle\":\"\",\"continueText\":\"\",\"cancelUrl\":\"\",\"disableShipping\":\"1\",\"disableNote\":\"1\",\"delayNotification\":\"1\",\"selectedNotifications\":[\"568e7081392e8\"],\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":{\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"3\",\"operator\":\"is\",\"value\":\"\"}]}},\"type\":\"product\"}','gravityformspaypal'),(4,2,1,'{\"feedName\":\"Dinner Registration\",\"paypalEmail\":\"barrybank22@yahoo.com\",\"mode\":\"production\",\"transactionType\":\"product\",\"paymentAmount\":\"form_total\",\"billingInformation_firstName\":\"1.3\",\"billingInformation_lastName\":\"1.6\",\"billingInformation_email\":\"8\",\"billingInformation_address\":\"2.1\",\"billingInformation_address2\":\"2.2\",\"billingInformation_city\":\"2.3\",\"billingInformation_state\":\"2.4\",\"billingInformation_zip\":\"2.5\",\"billingInformation_country\":\"2.6\",\"pageStyle\":\"\",\"continueText\":\"\",\"cancelUrl\":\"\",\"disableShipping\":\"1\",\"disableNote\":\"1\",\"delayNotification\":\"1\",\"selectedNotifications\":[\"568defc9ef36e\"],\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"type\":\"product\"}','gravityformspaypal'); /*!40000 ALTER TABLE `wp_gf_addon_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_payment_callback` -- DROP TABLE IF EXISTS `wp_gf_addon_payment_callback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_payment_callback` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `addon_slug` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL, `callback_id` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `addon_slug_callback_id` (`addon_slug`(50),`callback_id`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_payment_callback` -- LOCK TABLES `wp_gf_addon_payment_callback` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_payment_callback` DISABLE KEYS */; INSERT INTO `wp_gf_addon_payment_callback` VALUES (1,22,'gravityformspaypal','7C160197WT284223G_Completed','2016-01-09 04:28:37'),(4,25,'gravityformspaypal','5W298116GA669911P_Completed','2016-01-10 16:07:53'); /*!40000 ALTER TABLE `wp_gf_addon_payment_callback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_payment_transaction` -- DROP TABLE IF EXISTS `wp_gf_addon_payment_transaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_payment_transaction` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `transaction_type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_recurring` tinyint(1) NOT NULL DEFAULT '0', `amount` decimal(19,2) DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `transaction_type` (`transaction_type`), KEY `type_lead` (`lead_id`,`transaction_type`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_payment_transaction` -- LOCK TABLES `wp_gf_addon_payment_transaction` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_payment_transaction` DISABLE KEYS */; INSERT INTO `wp_gf_addon_payment_transaction` VALUES (1,22,'payment','7C160197WT284223G',0,25.00,'2016-01-09 04:28:36'),(4,25,'payment','5W298116GA669911P',0,25.00,'2016-01-10 16:07:53'); /*!40000 ALTER TABLE `wp_gf_addon_payment_transaction` 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_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_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_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=3112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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','http://utahchiliopen.com','yes'),(2,'home','http://utahchiliopen.com','yes'),(3,'blogname','Sugar House Chili Open','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','Cliqnow@gmail.com','yes'),(7,'start_of_week','0','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','0','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','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:80:\"gravity-forms-list-field-select-drop-down/gravity-forms-list-field-drop-down.php\";i:5;s:29:\"gravityformspaypal/paypal.php\";i:7;s:39:\"smart-countdown-fx/smartcountdownfx.php\";i:8;s:17:\"unyson/unyson.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','lastimosa','yes'),(42,'stylesheet','lastimosa','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"158\" title=\"Footer Contact Form\"]\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:39:\"smart-countdown-fx/smartcountdownfx.php\";s:24:\"smartcountdown_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','2','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:10:\"copy_posts\";b:1;s:30:\"gravityforms_paypalpaymentspro\";b:1;s:40:\"gravityforms_paypalpaymentspro_uninstall\";b:1;s:22:\"gravityforms_paypalpro\";b:1;s:32:\"gravityforms_paypalpro_uninstall\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-left\";a:0:{}s:13:\"sidebar-right\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-2\";}s:8:\"footer-2\";a:1:{i:0;s:22:\"black-studio-tinymce-2\";}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1485363260;a:1:{s:30:\"paypalpaymentspro_renewal_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1485376310;a:3:{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;}}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;}}}i:1485419562;a:1:{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;}}}i:1485421546;a:1:{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;}}}s:7:\"version\";i:2;}','yes'),(101,'_transient_random_seed','0801f1b31d89b7e7ed5bd89839da5565','yes'),(129,'theme_mods_twentyfifteen','a:2:{s:18:\"nav_menu_locations\";a:4:{s:9:\"main-menu\";i:2;s:11:\"footer-menu\";i:3;s:6:\"footer\";i:3;s:4:\"main\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451879297;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:22:\"black-studio-tinymce-2\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(130,'current_theme','Lastimosa Theme','yes'),(131,'theme_mods_exposure-parent','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1449586071;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";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\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;}}}','yes'),(132,'theme_switched','','yes'),(133,'fw_theme_google_fonts_link','<link href=\'http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\' rel=\'stylesheet\' type=\'text/css\'>','yes'),(136,'fw_active_extensions','a:45:{s:16:\"themefuse-update\";a:0:{}s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:8:\"sidebars\";a:0:{}s:9:\"portfolio\";a:0:{}s:10:\"shortcodes\";a:0:{}s:7:\"builder\";a:0:{}s:5:\"forms\";a:0:{}s:13:\"contact-forms\";a:0:{}s:6:\"mailer\";a:0:{}s:6:\"backup\";a:0:{}s:20:\"backup-storage-local\";a:0:{}s:3:\"seo\";a:0:{}s:14:\"seo-webmasters\";a:0:{}s:16:\"seo-titles-metas\";a:0:{}s:11:\"seo-sitemap\";a:0:{}s:5:\"media\";a:0:{}s:6:\"slider\";a:0:{}s:12:\"owl-carousel\";a:0:{}s:11:\"nivo-slider\";a:0:{}s:9:\"bx-slider\";a:0:{}s:19:\"caroufredsel-slider\";a:0:{}s:15:\"carousel-slider\";a:0:{}s:14:\"project-slider\";a:0:{}s:16:\"bootstrap-slider\";a:0:{}s:18:\"image-video-slider\";a:0:{}s:17:\"population-method\";a:0:{}s:28:\"population-method-categories\";a:0:{}s:22:\"population-method-tags\";a:0:{}s:24:\"population-method-custom\";a:0:{}s:23:\"population-method-posts\";a:0:{}s:6:\"events\";a:0:{}s:11:\"events-tags\";a:0:{}s:9:\"analytics\";a:0:{}s:8:\"megamenu\";a:0:{}s:8:\"feedback\";a:0:{}s:14:\"feedback-stars\";a:0:{}s:7:\"styling\";a:0:{}s:18:\"switch-style-panel\";a:0:{}s:8:\"learning\";a:0:{}s:21:\"learning-apply-course\";a:0:{}s:13:\"learning-quiz\";a:0:{}s:12:\"page-builder\";a:0:{}s:17:\"editor-shortcodes\";a:0:{}}','yes'),(143,'fw_extensions','a:3:{s:11:\"events-tags\";a:1:{s:12:\"last_updated\";i:1452466834;}s:7:\"builder\";a:1:{s:9:\"templates\";a:1:{s:12:\"page-builder\";a:0:{}}}s:11:\"seo-sitemap\";a:1:{s:6:\"update\";i:1452260361;}}','no'),(145,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(149,'fw_theme_settings_options:exposure','a:19:{s:13:\"logo_settings\";a:1:{s:4:\"logo\";a:3:{s:14:\"selected_value\";s:5:\"image\";s:4:\"text\";a:2:{s:5:\"title\";s:22:\"Sugar House Chili Open\";s:8:\"subtitle\";s:0:\"\";}s:5:\"image\";a:1:{s:10:\"image_logo\";a:2:{s:13:\"attachment_id\";s:2:\"22\";s:3:\"url\";s:82:\"//utahchiliopen.com/wp-content/uploads/2015/11/texas-chili-open-logo.png\";}}}}s:7:\"favicon\";s:0:\"\";s:15:\"section_spacing\";s:19:\"fw-section-space-md\";s:7:\"socials\";a:0:{}s:14:\"posts_settings\";a:8:{s:9:\"blog_view\";s:7:\"default\";s:15:\"image_alignment\";s:0:\"\";s:6:\"rouded\";s:0:\"\";s:16:\"add_image_border\";s:15:\"thumbnail-frame\";s:9:\"post_date\";s:3:\"yes\";s:11:\"post_author\";s:3:\"yes\";s:15:\"post_categories\";s:3:\"yes\";s:15:\"post_author_box\";s:2:\"no\";}s:14:\"default_avatar\";s:0:\"\";s:20:\"general_posts_header\";a:3:{s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:34:\"posts_header_overlay_opacity_image\";d:100;}}s:18:\"posts_header_title\";a:2:{s:11:\"posts_title\";s:14:\"category_title\";s:12:\"custom_title\";a:1:{s:17:\"custom_title_text\";s:0:\"\";}}}s:15:\"portfolio_style\";s:6:\"style1\";s:23:\"enable_portfolio_filter\";s:3:\"yes\";s:24:\"portfolio_posts_per_page\";s:2:\"10\";s:24:\"general_portfolio_header\";a:3:{s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:34:\"posts_header_overlay_opacity_image\";d:100;}}s:18:\"posts_header_title\";a:2:{s:11:\"posts_title\";s:14:\"category_title\";s:12:\"custom_title\";a:1:{s:17:\"custom_title_text\";s:0:\"\";}}}s:21:\"general_events_header\";a:3:{s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:34:\"posts_header_overlay_opacity_image\";d:100;}}s:18:\"posts_header_title\";a:2:{s:11:\"posts_title\";s:14:\"category_title\";s:12:\"custom_title\";a:1:{s:17:\"custom_title_text\";s:0:\"\";}}}s:19:\"general_page_header\";a:2:{s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:3:\"yes\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:34:\"posts_header_overlay_opacity_image\";d:100;}}}s:15:\"header_settings\";a:9:{s:18:\"header_type_picker\";a:3:{s:11:\"header_type\";s:16:\"fw-header-type-1\";s:16:\"fw-header-type-1\";a:1:{s:10:\"logo_align\";s:16:\"fw-top-logo-left\";}s:16:\"fw-header-type-4\";a:1:{s:11:\"header_text\";s:0:\"\";}}s:15:\"header_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:10:\"menu_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:17:\"dropdown_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:20:\"dropdown_links_color\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:22:\"enable_absolute_header\";a:2:{s:14:\"selected_value\";s:21:\"fw-no-absolute-header\";s:18:\"fw-absolute-header\";a:1:{s:16:\"absolute_opacity\";d:65;}}s:20:\"enable_sticky_header\";s:16:\"fw-header-sticky\";s:21:\"enable_header_top_bar\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:3:{s:17:\"header_top_bar_bg\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:11:\"header_text\";s:0:\"\";s:21:\"enable_header_socials\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:2:{s:20:\"header_socials_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:22:\"header_social_position\";s:19:\"fw-top-social-right\";}}}}s:13:\"enable_search\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"search_type\";s:0:\"\";s:15:\"search_position\";s:7:\"top_bar\";}}}s:15:\"footer_settings\";a:6:{s:19:\"show_footer_widgets\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:4:{s:17:\"number_of_columns\";s:13:\"footer-cols-3\";s:17:\"footer_widgets_bg\";a:3:{s:10:\"background\";s:4:\"none\";s:5:\"color\";a:1:{s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:5:\"image\";a:7:{s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:6:\"repeat\";s:9:\"no-repeat\";s:13:\"bg_position_x\";s:0:\"\";s:13:\"bg_position_y\";s:0:\"\";s:7:\"bg_size\";s:0:\"\";s:15:\"overlay_options\";a:2:{s:7:\"overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:10:\"background\";a:2:{s:5:\"color\";s:7:\"#212121\";s:2:\"id\";s:7:\"color_1\";}s:21:\"overlay_opacity_image\";i:100;}}}}s:27:\"footer_widgets_titles_color\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:23:\"body_widgets_text_color\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}}}s:13:\"show_menu_bar\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:4:{s:16:\"show_footer_menu\";s:2:\"no\";s:16:\"show_footer_logo\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"footer_logo\";s:0:\"\";s:20:\"footer_logo_position\";s:20:\"fw-footer-menu-right\";}}s:11:\"menu_bar_bg\";a:3:{s:10:\"background\";s:4:\"none\";s:5:\"color\";a:1:{s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:5:\"image\";a:7:{s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:6:\"repeat\";s:9:\"no-repeat\";s:13:\"bg_position_x\";s:0:\"\";s:13:\"bg_position_y\";s:0:\"\";s:7:\"bg_size\";s:0:\"\";s:15:\"overlay_options\";a:2:{s:7:\"overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:10:\"background\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:21:\"overlay_opacity_image\";i:100;}}}}s:19:\"menu_bar_menu_color\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}}}s:14:\"footer_socials\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:1:{s:19:\"footer_social_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}}}s:9:\"copyright\";s:133:\"© 2015 Copyright. Sugar House Rotary Chili Open. Developed by <a href=\"http://cliqmarketing.com/\" target=\"_blank\">Cliq Marketing</a>\";s:18:\"copyright_position\";s:17:\"fw-copyright-left\";s:15:\"footer_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}s:14:\"color_settings\";a:5:{s:7:\"color_1\";s:7:\"#212121\";s:7:\"color_2\";s:7:\"#015cab\";s:7:\"color_3\";s:7:\"#d58c0b\";s:7:\"color_4\";s:7:\"#ffffff\";s:7:\"color_5\";s:7:\"#2b303d\";}s:17:\"website_backgroud\";a:2:{s:16:\"website_bg_color\";s:7:\"#f1eee9\";s:10:\"website_bg\";a:4:{s:4:\"type\";s:10:\"predefined\";s:10:\"predefined\";s:4:\"none\";s:6:\"custom\";s:0:\"\";s:4:\"data\";a:2:{s:4:\"icon\";s:99:\"http://utahchiliopen.com/wp-content/themes/exposure-parent/images/patterns/no_pattern.jpg\";s:3:\"css\";a:1:{s:16:\"background-image\";s:4:\"none\";}}}}s:19:\"typography_settings\";a:4:{s:6:\"titles\";a:4:{s:4:\"size\";b:0;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"700\";s:5:\"color\";b:0;}s:9:\"subtitles\";a:4:{s:4:\"size\";b:0;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";b:0;}s:9:\"body_text\";a:4:{s:4:\"size\";b:0;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";b:0;}s:12:\"menu_buttons\";a:4:{s:4:\"size\";b:0;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";b:0;}}s:9:\"quick_css\";s:0:\"\";}','no'),(152,'WPLANG','','yes'),(160,'recently_activated','a:4:{s:35:\"gravityformspaypalpro/paypalpro.php\";i:1452262946;s:51:\"gravityformspaypalpaymentspro/paypalpaymentspro.php\";i:1452251977;s:17:\"unyson/unyson.php\";i:1452135114;s:35:\"final-countdown/final-countdown.php\";i:1451659039;}','yes'),(161,'duplicate_post_copyexcerpt','1','yes'),(162,'duplicate_post_copyattachments','0','yes'),(163,'duplicate_post_copychildren','0','yes'),(164,'duplicate_post_copystatus','0','yes'),(165,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(166,'duplicate_post_show_row','1','yes'),(167,'duplicate_post_show_adminbar','1','yes'),(168,'duplicate_post_show_submitbox','1','yes'),(169,'duplicate_post_version','2.6','yes'),(170,'fw:bt:f:page-builder:a12c9fe45c67e251fc7338b3a52dc94a','a:3:{s:5:\"title\";s:4:\"test\";s:4:\"json\";s:9386:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https://www.youtube.com/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!</p>\",\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?</strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.</p>\",\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event list\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:7:\"created\";i:1448446701;}','no'),(183,'theme_mods_exposure-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1449584205;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";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\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;}}}','yes'),(199,'theme_mods_lastimosa','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:9:\"main-menu\";i:2;s:11:\"footer-menu\";i:3;s:6:\"footer\";i:3;s:4:\"main\";i:2;}}','yes'),(201,'fw_google_fonts','a:2:{s:11:\"last_update\";i:1449586084;s:5:\"fonts\";s:327464:\"{\n \"kind\": \"webfonts#webfontList\",\n \"items\": [\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ABeeZee\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abeezee/v4/mE5BOuZKGln_Ex0uYKpIaw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/abeezee/v4/kpplLynmYgP0YtlJA3atRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abril Fatface\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aclonica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Acme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Actor\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Adamina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/adamina/v7/RUQfOodOMiVVYqFZcSlT9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Advent Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aguafina Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Akronim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aladin\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aldrich\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alef\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"hebrew\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alex Brush\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alfa Slab One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alfaslabone/v5/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alice\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alice/v7/wZTAfivekBqIg-rk63nFvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alike/v7/Ho8YpRKNk_202fwDiGNIyw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike Angular\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta Stencil\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allura\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amarante\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amaranth\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amatic SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amaticsc/v8/MldbRWLFytvqxU1y81xSVg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amaticsc/v8/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amethysta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amiri\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amita\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anaheim\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andada\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/andika/v6/oe-ag1G0lcqZ3IXfeEgaGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Angkor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Annie Use Your Telescope\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anonymous Pro\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anonymouspro/v8/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/anonymouspro/v8/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/anonymouspro/v8/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/anonymouspro/v8/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Didone\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anton/v7/XIbCenm-W0IRHWYIh7CGUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arapey\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Architects Daughter\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Black\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arimo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\",\n \"hebrew\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-28\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arizonia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Armata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Artifika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arvo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arya\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-05-21\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asap\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asap/v4/2lf-1MDR8tsTpEtvJmr2hA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/asap/v4/mwxNHf8QS8gNWCAMwkJNIg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/asap/v4/o5RUA7SsJ80M8oDFBnrDbg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/asap/v4/_rZz9y2oXc09jT5T6BexLQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asar/v1/mSmn3H5CcMA84CZ586X7WQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asset\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Astloch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asul\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Atomic Age\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/atomicage/v6/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aubrey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Audiowide\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Autour One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/autourone/v4/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Gruesa Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Sans Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Serif Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bad Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Balthazar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bangers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bangers/v8/WAffdge5w99Xif-DLeqmcA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Basic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Battambang\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baumans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bayon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belgrano\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belleza\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"BenchNine\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bentham\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Berkshire Swash\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bevan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bevan/v7/Rtg3zDsCeQiaJ_Qno22OJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigelow Rules\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigshot One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Biryani\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bitter\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bitter/v7/w_BNdJvVZDRmqy5aSfB2kQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/bitter/v7/TC0FZEVzXQIGgzmRfKPZbA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/bitter/v7/4dUtr_4BvHuoRU35suyOAg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Black Ops One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bokor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bonbon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Boogaloo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Brawler\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bree Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubblegum Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubbler One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buda\",\n \"category\": \"display\",\n \"variants\": [\n \"300\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buenard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butcherman\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butterfly Kids\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabin/v7/XeuAFYo2xAPHxZGBbQtHhA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cabin/v7/0tJ9k3DI5xC4GBgs1E_Jxw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cabin/v7/HgsCQ-k3_Z_uQ86aFolNBg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/cabin/v7/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cabin/v7/eUDAvKhBtmTCkeVBsFk34A.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/cabin/v7/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabin/v7/4EKhProuY1hq_WCAomq9Dg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cabin/v7/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabincondensed/v7/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabincondensed/v7/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabinsketch/v8/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabinsketch/v8/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caesar Dressing\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cagliostro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Calligraffitti\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cambay\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cambo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Candal\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantarell\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantata One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantataone/v5/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantora One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Capriola\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cardo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carroisgothic/v4/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carroisgothicsc/v4/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carter One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Catamaran\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"tamil\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-08-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caudex\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caveat\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-10-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caveat/v1/8I23b6N-6rRVbh-C_Vx3yA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/caveat/v1/LkaFtQENGJry2eUMwGRTeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caveat Brush\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-10-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caveatbrush/v1/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cedarville Cursive\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ceviche One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cevicheone/v6/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Changa One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chango\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chau Philomene One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chauphilomeneone/v4/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/chauphilomeneone/v4/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chela One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chelaone/v4/h5O0dEnpnIq6jQnWxZybrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chelsea Market\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chenla\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Cream Soda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Swash\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chewy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chicle\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chivo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chivo/v7/L88PEuzS9eRfHRZhAPhZyw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/chivo/v7/Oe3-Q-a2kBzPnhHck_baMg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/chivo/v7/JAdkiWd46QCW4vOsj3dzTA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/chivo/v7/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chonburi\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\",\n \"thai\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-08-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel Decorative\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Clicker Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"800\": \"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Codystar\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Combo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Comfortaa\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/comfortaa/v7/lZx6C1VViPgSOhCBUP7hXA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coming Soon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Concert One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Condiment\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Content\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Contrail One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Convergence\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cookie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Copse\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Corben\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Courgette\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cousine\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\",\n \"hebrew\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-28\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coustard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Covered By Your Grace\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crafty Girls\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Creepster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crete Round\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crimson Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Croissant One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crushed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cuprum\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cuprum/v7/JgXs0F_UiaEdAS74msmFNg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cuprum/v7/cLEz0KV6OxInnktSzpk58g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cuprum/v7/6tl3_FkDeXSD72oEHuJh4w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cuprum/v7/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cutivemono/v4/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Damion\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dancing Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dancingscript/v6/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/dancingscript/v6/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dangrek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dawning of a New Day\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Days One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dekko\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dekko/v2/AKtgABKC1rUxgIgS-bpojw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Unicase\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Della Respira\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Denk One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Devonshire\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dhurjati\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Didact Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/didactgothic/v7/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-03-20\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/diplomata/v6/u-ByBiKgN6rTMA36H3kcKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Domine\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Donegal One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Doppio One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dorsa\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dosis\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/dosis/v4/ztftab0r6hcd7AeurUGrSQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/dosis/v4/awIB6L0h5mb0plIKorXmuA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/dosis/v4/rJRlixu-w0JZ1MyhJpao_Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/dosis/v4/ruEXDOFMxDPGnjCBKRqdAQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/dosis/v4/KNAswRNwm3tfONddYyidxg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/dosis/v4/AEEAj0ONidK8NQQMBBlSig.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/dosis/v4/nlrKd8E69vvUU39XGsvR7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dr Sugiyama\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Sans Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Duru Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-07-30\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dynalight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"EB Garamond\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eagle Lake\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eater\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Economica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eczar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eczar/v2/uKZcAQ5JBBs1UbeXFRbBRg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/eczar/v2/Ooe4KaPp2594tF8TbMfdlQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/eczar/v2/IjQsWW0bmgkZ6lnN72cnTQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/eczar/v2/ELC8RVXfBMb3VuuHtMwBOA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/eczar/v2/9Uyt6nTZLx_Qj5_WRah-iQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ek Mukta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Electrolize\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emblema One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emilys Candy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Engagement\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Englebert\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Enriqueta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Erica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ericaone/v6/cIBnH2VAqQMIGYAcE4ufvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Esteban\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Euphoria Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ewert\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo 2\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Expletus Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/expletussans/v8/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/expletussans/v8/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/expletussans/v8/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/expletussans/v8/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/expletussans/v8/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/expletussans/v8/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/expletussans/v8/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/expletussans/v8/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fanwood Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate Inline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Faster One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-09-24\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fasthand\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fauna One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federant\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/federant/v7/tddZFSiGvxICNOGra0i5aA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Felipa\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fenix\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Finger Paint\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fingerpaint/v4/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/firamono/v3/WQOm1D4RO-yvA9q9trJc8g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firamono/v3/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/firasans/v5/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/firasans/v5/nsT0isDy56OkSX99sFQbXw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/firasans/v5/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firasans/v5/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/firasans/v5/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjalla One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjord One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flamenco\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flavors\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fondamento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fondamento/v5/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/fondamento/v5/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fontdiner Swanky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Forum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Francois One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/francoisone/v9/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freckle Face\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredericka the Great\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredoka One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freehand\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fresca\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Frijole\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fruktur\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-09-24\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fruktur/v7/PnQvfEi1LssAvhJsCwH__w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fugaz One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Didot\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Neohellenic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gabriela\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gabriela/v4/B-2ZfbAO3HDrxqV6lR5tdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gafata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galdeano\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galindo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gentiumbasic/v7/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v7/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gentiumbasic/v7/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v7/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Book Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v6/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v6/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v6/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v6/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Germania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gidugu\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gilda Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Give You Glory\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glass Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glegoo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gloria Hallelujah\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goblin One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gochi Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gorditas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goudy Bookletter 1911\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Graduate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Grand Hotel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gravitas One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Great Vibes\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Griffy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gruppo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gudea\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gurajada\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Habibi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Halant\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-01\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/halant/v1/dM3ItAOWNNod_Cf3MnLlEg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/halant/v1/rEs7Jk3SVyt3cTx6DoTu1w.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/halant/v1/tlsNj3K-hJKtiirTDtUbkQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/halant/v1/zNR2WvI_V8o652vIZp3X4Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/halant/v1/D9FN7OH89AuCmZDLHbPQfA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hammersmith One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Handlee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanuman\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Happy Monkey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Headland One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Henny Penny\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Herr Von Muellerhoff\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hind/v5/qa346Adgv9kPDXoD1my4kA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hind/v5/mktFHh5Z5P9YjGKSslSUtA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hind/v5/2cs8RCVcYtiv4iNDH1UsQQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hind/v5/TUKUmFMXSoxloBP1ni08oA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hind/v5/cXJJavLdUbCfjxlsA6DqTw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Siliguri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"bengali\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindsiliguri/v1/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindsiliguri/v1/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Vadodara\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"gujarati\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindvadodara/v1/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindvadodara/v1/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Holtwood One SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homemade Apple\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homenaje\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/homenaje/v5/v0YBU0iBRrGdVjDNQILxtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceberg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceland\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Imprima\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inconsolata\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2015-09-24\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inconsolata/v12/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inconsolata/v12/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inder\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Indie Flower\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inknut Antiqua\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-11\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Irish Grover\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Istok Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-06-11\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italiana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/italiana/v4/dt95fkCSTOF-c6QNjwSycA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italianno\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Itim\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\",\n \"thai\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-08-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jaldi\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-06-10\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jim Nightshade\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jockey One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jolly Lodger\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Joti One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Judson\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julius Sans One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Junge\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jura\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Another Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Me Again Down Here\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kadwa\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kalam\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kameron\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kantumruy\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Karla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Karma\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kaushan Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kavoon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kavoon/v4/382m-6baKXqJFQjEgobt6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kdam Thmor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Keania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kelly Slab\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kenia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khand\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khmer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khula\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kite One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Knewave\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kotta One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Koulen\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kranky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kreon\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kristi\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Krona One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kurale\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-05-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kurale/v1/rxeyIcvQlT4XAWwNbXFCfw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"La Belle Aurore\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Laila\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-01\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/laila/v1/bLbIVEZF3IWSZ-in72GJvA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/laila/v1/6iYor3edprH7360qtBGoag.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/laila/v1/tkf8VtFvW9g3VsxQCA6WOQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/laila/v1/3EMP2L6JRQ4GaHIxCldCeA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/laila/v1/R7P4z1xjcjecmjZ9GyhqHQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lakki Reddy\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lancelot\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lateef\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lato\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/lato/v11/Upp-ka9rLQmHYCsFgwL-eg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/lato/v11/zLegi10uS_9-fnUDISl0KA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/lato/v11/Ja02qOppOVq9jeRjWekbHg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/lato/v11/dVebFcn7EV7wAKwgYestUg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/lato/v11/h7rISIcQapZBpei-sXwIwg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lato/v11/P_dJOFJylV3A870UIOtr0w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lato/v11/iX_QxBBZLhNj5JHlTzHQzg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lato/v11/WFcZakHrrCKeUJxHA4T_gw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/lato/v11/8TPEV6NbYWZlNsXjbYVv7w.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/lato/v11/draWperrI7n2xi35Cl08fA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"League Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Leckerli One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ledger\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lekton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lemon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Baskerville\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Life Savers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lilita One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lily Script One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Limelight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Linden Hill\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2015-07-21\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lobster/v15/9LpJGtNuM1D8FAZ2BkJH2Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster Two\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lobstertwo/v7/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lobstertwo/v7/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lobstertwo/v7/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lobstertwo/v7/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Outline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Solid\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lora/v9/aXJ7KVIGcejEy1abawZazg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lora/v9/AN2EZaj2tFRpyveuNn9BOg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lora/v9/enKND5SfzQKkggBA_VnT1A.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lora/v9/ivs9j3kYU65pR9QD9YFdzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Love Ya Like A Sister\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Loved by the King\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lovers Quarrel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Luckiest Guy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lusitana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lustria\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Magra\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maiden Orange\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mako\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mallanna\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mandali\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marck Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Margarine\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marko One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marmelad\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Martel\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Martel Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/martelsans/v1/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/martelsans/v1/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marvel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maven Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mavenpro/v7/sqPJIFG4gqsjl-0q_46Gbw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mavenpro/v7/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/mavenpro/v7/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"McLaren\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meddon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"MedievalSharp\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Medula One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Megrim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meie Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/merriweather/v8/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/merriweather/v8/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/merriweathersans/v5/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/merriweathersans/v5/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/merriweathersans/v5/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/merriweathersans/v5/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/merriweathersans/v5/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal Mania\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metamorphous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metrophobic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metrophobic/v6/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Michroma\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Milonga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miltonian/v8/Z4HrYZyqm0BnNNzcCUfzoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian Tattoo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miltoniantattoo/v9/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miniver\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miss Fajardose\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Modak\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/modak/v1/lMsN0QIKid-pCPvL0hH4nw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Modern Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molengo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molle\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"italic\": \"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monda/v4/qFMHZ9zvR6B_gnoIgosPrw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/monda/v4/EVOzZUyc_j1w2GuTgTAW1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monofett\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monoton\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monsieur La Doulaise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montaga\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montez\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montserrat/v6/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Alternates\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montserratalternates/v4/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserratalternates/v4/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Subrayada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moul\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moulpali\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mountains of Christmas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mouse Memoirs\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Bedfort\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Dafoe\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr De Haviland\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Saint Delafield\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Sheppards\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Muli\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/muli/v7/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/muli/v7/s-NKMCru8HiyjEt0ZDoBoA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/muli/v7/KJiP6KznxbALQgfJcDdPAw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/muli/v7/Cg0K_IWANs9xkNoxV7H1_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mystery Quest\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"NTR\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neucha\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neuton\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"italic\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/neuton/v8/DA3Mkew3XqSkPpi1f4tJow.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/neuton/v8/xrc_aZ2hx-gdeV0mlY8Vww.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/neuton/v8/9R-MGIOQUdjAVeB6nE6PcQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/neuton/v8/uVMT3JOB5BNFi3lgPp6kEg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/neuton/v8/gnWpkWY7DirkKiovncYrfg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/neuton/v8/XPzBQV4lY6enLxQG9cF1jw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"New Rocker\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"News Cycle\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2015-04-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Niconne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nixie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nobile\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nokora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Norican\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nosifer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nothing You Could Do\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noticia Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-09-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Cut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Flat\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Oval\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Round\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Slim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Square\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Numans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nunito\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/nunito/v7/zXQvrWBJqUooM7Xv98MrQw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/nunito/v7/ySZTeT3IuzJj0GK6uGpbBg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nunito/v7/aEdlqgMuYbpe4U3TnqOQMA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Odor Mean Chey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Offside\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Old Standard TT\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oldstandardtt/v7/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/oldstandardtt/v7/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oldstandardtt/v7/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oldenburg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2015-05-18\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oranienbaum\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orbitron\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oregano\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orienta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Original Surfer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oswald\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/oswald/v10/y3tZpCdiRD4oNRRYFcAR5Q.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/oswald/v10/uLEd2g2vJglLPfsBF91DCg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oswald/v10/7wj8ldV_5Ti37rHa0m1DDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Over the Rainbow\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ovo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif Caption\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pacifico\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pacifico/v7/GIrpeRY1r5CzbfL8r182lw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Palanquin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Palanquin Dark\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paprika\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Parisienne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passero One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passion One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pathway Gothic One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patua One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paytone One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Peddana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Peralta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Permanent Marker\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petit Formal Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petrona\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Philosopher\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/philosopher/v7/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/philosopher/v7/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/philosopher/v7/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/philosopher/v7/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Piedra\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pinyon Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pirata One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Plaster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/plaster/v7/O4QG9Z5116CXyfJdR9zxLw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Play\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/play/v6/GWvfObW8LhtsOX333MCpBg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/play/v6/crPhg6I0alLI-MpB3vW-zw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playball\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Podkova\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/podkova/v8/eylljyGVfB8ZUQjYY3WZRQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/podkova/v8/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poiret One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poller One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poly\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pompiere\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pontano Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poppins\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pragati Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-06-10\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prata\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prata/v6/3gmx8r842loRRm9iQkCDGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Preahvihear\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Press Start 2P\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"greek\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pressstart2p/v4/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Princess Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prociono\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prosto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Puritan\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Purple Purse\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quando\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quando/v4/03nDiEZuO2-h3xvtG6UmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quantico\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quattrocento/v7/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quattrocento/v7/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quattrocentosans/v8/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v8/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quattrocentosans/v8/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v8/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Questrial\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quicksand\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/quicksand/v5/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/quicksand/v5/Ngv3fIJjKB7sD-bTUGIFCA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quicksand/v5/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quintessential\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Qwigley\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Racing Sans One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Radley\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rajdhani\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/raleway/v9/UDfD6oxBaBnmFJwQ7XAFNw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/raleway/v9/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/raleway/v9/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/raleway/v9/_dCzxpXzIS3sL-gdJWAP8A.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/raleway/v9/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/raleway/v9/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/raleway/v9/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/raleway/v9/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/raleway/v9/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway Dots\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ramabhadra\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ramaraja\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rambla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rammetto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ranchers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rancho\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ranga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rationale\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ravi Prakash\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Redressed\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Reenie Beanie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Revalia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rhodium Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye Marrow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Righteous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Risque\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-05-28\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rochester\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rock Salt\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rokkitt\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rokkitt/v9/GMA7Z_ToF8uSvpZAgnp_VQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rokkitt/v9/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Romanesco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ropa Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-09-09\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ropasans/v5/Gba7ZzVBuhg6nX_AoSwlkQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ropasans/v5/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosario\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rosario/v10/bL-cEh8dXtDupB2WccA2LA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rosario/v10/pkflNy18HEuVVx4EOjeb_Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rosario/v10/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rosario/v10/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosarivo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rouge Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rozha One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rubik\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rubik/v1/o1vXYO8YwDpErHEAPAxpOg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/rubik/v1/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rubik/v1/4sMyW_teKWHB3K8Hm-Il6A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rubik/v1/elD65ddI0qvNcCh42b1Iqg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rubik/v1/D4HihERG27s-BJrQ4dvkbw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/rubik/v1/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rubik/v1/m1GGHcpLe6Mb0_sAyjXE4g.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rubik/v1/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/rubik/v1/mOHfPRl5uP4vw7-5-dbnng.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/rubik/v1/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rubik Mono One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rubik One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rubikone/v4/Zs6TtctNRSIR8T5PO018rQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rufina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruge Boogie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruluko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rum Raisin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruslan Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Russo One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruthie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sacramento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sahitya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sail\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sail/v6/iuEoG6kt-bePGvtdpL0GUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Salsa\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sanchez\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sancreek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sansita One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sansitaone/v6/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarala\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarina\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarpanch\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Satisfy\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/scada/v4/iZNC3ZEYwe3je6H-28d5Ug.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/scada/v4/PCGyLT1qNawkOUQ3uHFhBw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/scada/v4/t6XNWdMdVWUz93EuRVmifQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/scada/v4/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scheherazade\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/scheherazade/v11/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/scheherazade/v11/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Schoolbell\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seaweed Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sevillana\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seymour One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light Two\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shanti\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/share/v5/1ytD7zSb_-g9I2GG67vmVw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/share/v5/a9YGdQWFRlNJ0zClJVaY3Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/share/v5/XrU8e7a1YKurguyY2azk1Q.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/share/v5/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sharetech/v4/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sharetechmono/v5/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shojumaru\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Short Stack\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Siemreap\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sigmar One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sigmarone/v6/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika Negative\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Simonetta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sintony\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sirin Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Six Caps\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Skranji\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slabo 13px\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slabo 27px\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slackey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smokum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smythe\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sniglet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sniglet/v7/XWhyQLHH4SpCVsHRPRgu9w.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sniglet/v7/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snippet\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snowburst One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofadi One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sonsie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sorts Mill Goudy\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Code Pro\",\n \"category\": \"monospace\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Sans Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Serif Pro\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Special Elite\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spicy Rice\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spinnaker\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spirax\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Squada One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sree Krushnadevaraya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalemate\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalinist One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-07-23\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stalinistone/v7/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stardos Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Condensed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Expanded\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stoke\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Strait\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sue Ellen Francisco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sumana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-05-04\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sunshiney\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Supermercado One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sura\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suranna\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suravaram\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suwannaphum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Swanky and Moo Moo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Syncopate\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tangerine\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Taprom\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tauri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Teko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Telex\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/telex/v4/24-3xP9ywYeHOcFU3iGk8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tenali Ramakrishna\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tenor Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Text Me One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"The Girl Next Door\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tienne\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tillana\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Timmana\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-04-07\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tinos\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\",\n \"vietnamese\",\n \"hebrew\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-28\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titan One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titillium Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trade Winds\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trocchi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trocchi/v4/uldNPaKrUGVeGCVsmacLwA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trochut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trykker\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tulpen One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/ubuntu/v8/7-wH0j2QCTHKgp7vLh9-sQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ubuntu/v8/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ubuntu/v8/lhhB5ZCwEkBRbHMSnYuKyA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ubuntu/v8/b9hP8wd30SygxZjGGk4DCQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ubuntu/v8/bMbHEMwSUmkzcK2x_74QbA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ubuntu/v8/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ubuntu/v8/B7BtHjNYwAp3HgLNagENOQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ubuntu/v8/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"cyrillic-ext\",\n \"latin\",\n \"greek\",\n \"greek-ext\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ultra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Uncial Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Underdog\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturCook\",\n \"category\": \"display\",\n \"variants\": [\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"700\": \"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturMaguntia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unkempt\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unna\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unna/v8/UAS0AM7AmbdCNY_80xyAZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"VT323\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vt323/v7/ITU2YQfM073o1iYK3nSOmQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vampiro One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-09-24\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela Round\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/varelaround/v6/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vast Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vesper Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vesperlibre/v7/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/vesperlibre/v7/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vibur\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vidaloka\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Viga\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voces\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/voces/v4/QoBH6g6yKgNIgvL8A2aE2Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Volkhov\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vollkorn\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voltaire\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Waiting for the Sunrise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wallpoet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2015-08-12\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Walter Turncoat\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Warnes\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-03\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wellfleet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wendy One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wire One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wireone/v6/sRLhaQOQpWnvXwIx0CycQw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Work Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2015-08-26\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yanone Kaffeesatz\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v7/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yantramanav\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2015-06-03\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yellowtail\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yeseva One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"cyrillic\",\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yesevaone/v9/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yesteryear\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zeyada\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2015-04-06\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf\"\n }\n }\n ]\n}\n\";}','no'),(202,'wp_less_cached_files','a:1:{s:5:\"style\";a:4:{s:4:\"vars\";a:37:{s:8:\"themeurl\";s:55:\"~\"http://utahchiliopen.com/wp-content/themes/lastimosa\"\";s:7:\"lessurl\";s:59:\"~\"http://utahchiliopen.com/wp-content/themes/lastimosa/css\"\";s:21:\"body_background_color\";s:7:\"#ffffff\";s:15:\"topbar_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:35:\"topbar_left_content_typography_size\";i:17;s:37:\"topbar_left_content_typography_family\";s:7:\"Verdana\";s:36:\"topbar_left_content_typography_style\";s:9:\"300italic\";s:36:\"topbar_left_content_typography_color\";s:7:\"#0000ff\";s:36:\"topbar_right_content_typography_size\";i:17;s:38:\"topbar_right_content_typography_family\";s:7:\"Verdana\";s:37:\"topbar_right_content_typography_style\";s:9:\"300italic\";s:37:\"topbar_right_content_typography_color\";s:7:\"#0000ff\";s:25:\"main_menu_typography_size\";i:16;s:27:\"main_menu_typography_family\";s:9:\"Open Sans\";s:26:\"main_menu_typography_style\";s:3:\"300\";s:26:\"main_menu_typography_color\";s:7:\"#ffffff\";s:22:\"main_menu_active_color\";s:7:\"#d58c0b\";s:21:\"main_menu_hover_color\";s:7:\"#d58c0b\";s:23:\"footer_widgets_bg_image\";s:4:\"none\";s:23:\"footer_widgets_bg_color\";s:7:\"#262626\";s:24:\"footer_widgets_bg_repeat\";s:9:\"no-repeat\";s:26:\"footer_widgets_bg_position\";s:8:\"top left\";s:22:\"footer_widgets_bg_size\";s:4:\"auto\";s:28:\"footer_widgets_overlay_color\";s:4:\"#000\";s:36:\"footer_widgets_overlay_color_opacity\";i:100;s:27:\"footer_menu_typography_size\";i:15;s:29:\"footer_menu_typography_family\";s:7:\"Verdana\";s:28:\"footer_menu_typography_style\";s:3:\"300\";s:28:\"footer_menu_typography_color\";s:4:\"#fff\";s:24:\"footer_menu_active_color\";s:7:\"#eaeaea\";s:23:\"footer_menu_hover_color\";s:7:\"#eaeaea\";s:21:\"footer_copyright_size\";i:17;s:23:\"footer_copyright_family\";s:7:\"Verdana\";s:22:\"footer_copyright_style\";s:9:\"300italic\";s:22:\"footer_copyright_color\";s:4:\"#fff\";s:27:\"footer_copyright_link_color\";s:4:\"#fff\";s:25:\"footer_copyright_bg_color\";s:7:\"#1c1c1c\";}s:3:\"url\";s:67:\"http://utahchiliopen.com/wp-content/uploads/wp-less-cache/style.css\";s:7:\"version\";s:32:\"a9dde976199b9e0d2a6c0ffa8d7c8f1f\";s:4:\"less\";a:4:{s:4:\"root\";s:100:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www/wp-content/themes/lastimosa/css/style.less\";s:8:\"compiled\";s:0:\"\";s:5:\"files\";a:19:{s:100:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\style.less\";i:1452266020;s:110:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\structure\\hover.less\";i:1450627372;s:97:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\wp.less\";i:1450454678;s:104:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\structure.less\";i:1450424434;s:109:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\structure\\menu.less\";i:1449917632;s:111:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\structure\\footer.less\";i:1450454294;s:175:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\portfolio\\static\\css\\style.less\";i:1449582390;s:173:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\section\\static\\css\\style.less\";i:1452079542;s:175:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\image-box\\static\\css\\style.less\";i:1449582390;s:177:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\media-image\\static\\css\\style.less\";i:1449582390;s:174:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\taxonomy\\static\\css\\style.less\";i:1449582390;s:172:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\button\\static\\css\\style.less\";i:1450349370;s:179:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\image-gallery\\static\\css\\style.less\";i:1450688574;s:188:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\image-gallery\\static\\css\\magnific-popup.less\";i:1450505410;s:181:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\image-gallery\\static\\css\\masonry.less\";i:1450697030;s:172:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\events\\static\\css\\style.less\";i:1451630536;s:170:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\framework-customizations\\extensions\\shortcodes\\shortcodes\\icon\\static\\css\\style.less\";i:1452098972;s:101:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\custom.less\";i:1452185635;s:105:\"\\\\WDP\\DFS\\43\\0\\8\\5\\4397822580\\user\\sites\\1549424.site\\www\\wp-content\\themes\\lastimosa\\css\\responsive.less\";i:1449582390;}s:7:\"updated\";i:1452267219;}}}','yes'),(204,'fw_theme_settings_options:lastimosa','a:111:{s:7:\"favicon\";s:0:\"\";s:21:\"body_background_color\";s:7:\"#ffffff\";s:13:\"css_framework\";s:3:\"cf1\";s:13:\"header_topbar\";a:2:{s:7:\"display\";s:2:\"no\";s:3:\"yes\";a:8:{s:15:\"topbar_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:6:\"height\";s:2:\"20\";s:30:\"topbar_left_content_typography\";a:4:{s:4:\"size\";i:17;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:9:\"300italic\";s:5:\"color\";s:7:\"#0000ff\";}s:19:\"topbar_left_content\";s:0:\"\";s:16:\"topbar_left_menu\";a:2:{s:7:\"display\";s:2:\"no\";s:3:\"yes\";a:2:{s:12:\"active_color\";s:4:\"#000\";s:11:\"hover_color\";s:4:\"#000\";}}s:20:\"topbar_right_content\";s:0:\"\";s:31:\"topbar_right_content_typography\";a:4:{s:4:\"size\";i:17;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:9:\"300italic\";s:5:\"color\";s:7:\"#0000ff\";}s:17:\"topbar_right_menu\";a:2:{s:7:\"display\";s:2:\"no\";s:3:\"yes\";a:2:{s:12:\"active_color\";s:4:\"#000\";s:11:\"hover_color\";s:4:\"#000\";}}}}s:4:\"logo\";s:22:\"Sugar House Chili Open\";s:8:\"logo_img\";a:2:{s:13:\"attachment_id\";s:2:\"22\";s:3:\"url\";s:72:\"//utahchiliopen.com/wp-content/uploads/2015/11/texas-chili-open-logo.png\";}s:20:\"main_menu_typography\";a:4:{s:4:\"size\";i:16;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#ffffff\";}s:19:\"main_menu_alignment\";s:23:\"navbar-nav navbar-right\";s:22:\"main_menu_active_color\";s:7:\"#d58c0b\";s:21:\"main_menu_hover_color\";s:7:\"#d58c0b\";s:13:\"header_button\";a:2:{s:7:\"display\";s:3:\"yes\";s:3:\"yes\";a:7:{s:16:\"background_color\";a:2:{s:7:\"primary\";s:7:\"#d58c0b\";s:9:\"secondary\";s:7:\"#d58c0b\";}s:10:\"font_color\";s:7:\"#ffffff\";s:5:\"label\";s:8:\"Register\";s:4:\"link\";s:34:\"/event/charity-auction-and-dinner/\";s:6:\"target\";s:5:\"_self\";s:4:\"size\";s:6:\"btn-md\";s:10:\"full_width\";s:0:\"\";}}s:13:\"h1_typography\";a:4:{s:4:\"size\";i:36;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#000\";}s:13:\"h2_typography\";a:4:{s:4:\"size\";i:30;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#bd6565\";}s:13:\"h3_typography\";a:4:{s:4:\"size\";i:24;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#000\";}s:13:\"h4_typography\";a:4:{s:4:\"size\";i:18;s:6:\"family\";s:5:\"Arial\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#000\";}s:13:\"h5_typography\";a:4:{s:4:\"size\";i:14;s:6:\"family\";s:5:\"Arial\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#000\";}s:13:\"h6_typography\";a:4:{s:4:\"size\";i:12;s:6:\"family\";s:5:\"Arial\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#000\";}s:12:\"p_typography\";a:4:{s:4:\"size\";i:14;s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#202020\";}s:14:\"footer_widgets\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:7:{s:7:\"columns\";s:10:\"col-md-6-a\";s:8:\"bg_image\";a:4:{s:4:\"type\";s:10:\"predefined\";s:10:\"predefined\";s:4:\"none\";s:6:\"custom\";s:0:\"\";s:4:\"data\";a:2:{s:4:\"icon\";s:83:\"http://utahchiliopen.com/wp-content/themes/lastimosa/images/patterns/no_pattern.jpg\";s:3:\"css\";a:1:{s:16:\"background-image\";s:4:\"none\";}}}s:8:\"bg_color\";s:7:\"#262626\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"top left\";s:7:\"bg_size\";s:4:\"auto\";s:15:\"overlay_options\";a:2:{s:7:\"overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:13:\"overlay_color\";s:4:\"#000\";s:21:\"overlay_color_opacity\";i:100;}}}}s:11:\"footer_menu\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:4:{s:10:\"typography\";a:4:{s:4:\"size\";i:15;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:4:\"#fff\";}s:9:\"alignment\";s:13:\"nav-justified\";s:12:\"active_color\";s:7:\"#eaeaea\";s:11:\"hover_color\";s:7:\"#eaeaea\";}}s:16:\"footer_copyright\";a:5:{s:9:\"copyright\";s:50:\"© Ciopyright 2015 Chili Open Golf Classic of Utah\";s:10:\"typography\";a:4:{s:4:\"size\";i:17;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:9:\"300italic\";s:5:\"color\";s:4:\"#fff\";}s:9:\"alignment\";s:11:\"text-center\";s:10:\"link_color\";s:4:\"#fff\";s:8:\"bg_color\";s:7:\"#1c1c1c\";}s:11:\"demo_text_2\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:17:\"demo_short_text_2\";s:1:\"7\";s:15:\"demo_password_2\";s:11:\"Dotted text\";s:13:\"demo_hidden_2\";s:14:\"{some: \"json\"}\";s:15:\"demo_textarea_2\";s:446:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:16:\"demo_wp_editor_2\";s:104:\"<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\";s:11:\"demo_html_2\";s:14:\"{some: \"json\"}\";s:15:\"demo_checkbox_2\";b:1;s:17:\"demo_checkboxes_2\";a:1:{s:2:\"c2\";b:1;}s:13:\"demo_switch_2\";s:3:\"yes\";s:13:\"demo_select_2\";s:1:\"c\";s:19:\"demo_short_select_2\";s:1:\"7\";s:22:\"demo_select_multiple_2\";a:2:{i:0;s:1:\"c\";i:1;s:1:\"2\";}s:25:\"demo_multi_select_posts_2\";a:0:{}s:30:\"demo_multi_select_taxonomies_2\";a:0:{}s:25:\"demo_multi_select_users_2\";a:0:{}s:25:\"demo_multi_select_array_2\";a:0:{}s:12:\"demo_radio_2\";s:2:\"c2\";s:17:\"demo_radio_text_2\";s:2:\"75\";s:19:\"demo_image_picker_2\";s:8:\"choice-1\";s:11:\"demo_icon_2\";s:11:\"fa fa-linux\";s:13:\"demo_upload_2\";s:0:\"\";s:20:\"demo_upload_images_2\";s:0:\"\";s:19:\"demo_multi_upload_2\";a:0:{}s:26:\"demo_multi_upload_images_2\";a:0:{}s:19:\"demo_color_picker_2\";s:0:\"\";s:24:\"demo_rgba_color_picker_2\";s:0:\"\";s:15:\"demo_gradient_2\";a:2:{s:7:\"primary\";s:7:\"#ffffff\";s:9:\"secondary\";s:7:\"#ffffff\";}s:23:\"demo_background_image_2\";a:4:{s:4:\"type\";s:10:\"predefined\";s:10:\"predefined\";s:4:\"none\";s:6:\"custom\";s:0:\"\";s:4:\"data\";a:2:{s:4:\"icon\";s:83:\"http://utahchiliopen.com/wp-content/themes/lastimosa/images/patterns/no_pattern.jpg\";s:3:\"css\";a:1:{s:16:\"background-image\";s:4:\"none\";}}}s:17:\"demo_typography_2\";a:4:{s:4:\"size\";i:17;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:9:\"300italic\";s:5:\"color\";s:7:\"#0000ff\";}s:20:\"demo_typography-v2_2\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:9:\"latin-ext\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:8:\"Amarante\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"13\";s:14:\"letter-spacing\";s:2:\"-2\";s:5:\"color\";s:7:\"#0000ff\";}s:21:\"demo_datetime_range_2\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:22:\"demo_datetime_picker_2\";s:0:\"\";s:13:\"demo_slider_2\";d:10;s:19:\"demo_range_slider_2\";a:2:{s:4:\"from\";d:30;s:2:\"to\";d:50;}s:20:\"demo_addable_popup_2\";a:0:{}s:21:\"demo_addable_option_2\";a:3:{i:0;s:8:\"Option 1\";i:1;s:8:\"Option 2\";i:2;s:8:\"Option 3\";}s:18:\"demo_addable_box_2\";a:0:{}s:20:\"demo_text_in_group_2\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:24:\"demo_password_in_group_2\";s:11:\"Dotted text\";s:12:\"demo_multi_2\";a:2:{s:9:\"demo_text\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:13:\"demo_textarea\";s:446:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";}s:26:\"demo_multi_picker_select_2\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:25:\"demo_multi_picker_radio_2\";a:3:{s:6:\"gadget\";s:6:\"laptop\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:0:\"\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:32:\"demo_multi_picker_image_picker_2\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:26:\"demo_multi_picker_switch_2\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:9:\"demo_text\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:15:\"demo_short_text\";s:1:\"7\";s:13:\"demo_password\";s:11:\"Dotted text\";s:11:\"demo_hidden\";s:14:\"{some: \"json\"}\";s:13:\"demo_textarea\";s:446:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:14:\"demo_wp_editor\";s:104:\"<p>Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium</p>\";s:9:\"demo_html\";s:14:\"{some: \"json\"}\";s:13:\"demo_checkbox\";b:1;s:15:\"demo_checkboxes\";a:1:{s:2:\"c2\";b:1;}s:11:\"demo_switch\";s:3:\"yes\";s:11:\"demo_select\";s:1:\"c\";s:17:\"demo_short_select\";s:1:\"7\";s:20:\"demo_select_multiple\";a:2:{i:0;s:1:\"c\";i:1;s:1:\"2\";}s:23:\"demo_multi_select_posts\";a:0:{}s:28:\"demo_multi_select_taxonomies\";a:0:{}s:23:\"demo_multi_select_users\";a:0:{}s:23:\"demo_multi_select_array\";a:0:{}s:10:\"demo_radio\";s:2:\"c2\";s:15:\"demo_radio_text\";s:2:\"50\";s:17:\"demo_image_picker\";s:8:\"choice-1\";s:9:\"demo_icon\";s:11:\"fa fa-linux\";s:11:\"demo_upload\";s:0:\"\";s:18:\"demo_upload_images\";s:0:\"\";s:17:\"demo_multi_upload\";a:0:{}s:24:\"demo_multi_upload_images\";a:0:{}s:17:\"demo_color_picker\";s:0:\"\";s:22:\"demo_rgba_color_picker\";s:19:\"rgba(255, 0, 0, .5)\";s:13:\"demo_gradient\";a:2:{s:7:\"primary\";s:7:\"#ffffff\";s:9:\"secondary\";s:7:\"#ffffff\";}s:21:\"demo_background_image\";a:4:{s:4:\"type\";s:10:\"predefined\";s:10:\"predefined\";s:4:\"none\";s:6:\"custom\";s:0:\"\";s:4:\"data\";a:2:{s:4:\"icon\";s:83:\"http://utahchiliopen.com/wp-content/themes/lastimosa/images/patterns/no_pattern.jpg\";s:3:\"css\";a:1:{s:16:\"background-image\";s:4:\"none\";}}}s:15:\"demo_typography\";a:4:{s:4:\"size\";i:17;s:6:\"family\";s:7:\"Verdana\";s:5:\"style\";s:9:\"300italic\";s:5:\"color\";s:7:\"#0000ff\";}s:18:\"demo_typography-v2\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:9:\"latin-ext\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:8:\"Amarante\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"13\";s:14:\"letter-spacing\";s:2:\"-2\";s:5:\"color\";s:7:\"#0000ff\";}s:19:\"demo_datetime_range\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:20:\"demo_datetime_picker\";s:0:\"\";s:11:\"demo_slider\";d:10;s:17:\"demo_range_slider\";a:2:{s:4:\"from\";d:30;s:2:\"to\";d:50;}s:18:\"demo_addable_popup\";a:0:{}s:19:\"demo_addable_option\";a:3:{i:0;s:8:\"Option 1\";i:1;s:8:\"Option 2\";i:2;s:8:\"Option 3\";}s:16:\"demo_addable_box\";a:0:{}s:18:\"demo_text_in_group\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:22:\"demo_password_in_group\";s:11:\"Dotted text\";s:10:\"demo_multi\";a:2:{s:9:\"demo_text\";s:97:\"Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium\";s:13:\"demo_textarea\";s:446:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";}s:24:\"demo_multi_picker_select\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:23:\"demo_multi_picker_radio\";a:3:{s:6:\"gadget\";s:6:\"laptop\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:0:\"\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:30:\"demo_multi_picker_image_picker\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}s:24:\"demo_multi_picker_switch\";a:3:{s:6:\"gadget\";s:5:\"phone\";s:5:\"phone\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"memory\";s:2:\"16\";}s:6:\"laptop\";a:2:{s:5:\"price\";s:0:\"\";s:6:\"webcam\";b:0;}}}','no'),(235,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(236,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(237,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(238,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(239,'widget_blog_tabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(240,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(241,'widget_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(242,'site_icon','0','yes'),(243,'medium_large_size_w','768','yes'),(244,'medium_large_size_h','0','yes'),(245,'db_upgraded','','yes'),(380,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.3.1\";}','yes'),(384,'widget_black-studio-tinymce','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1045:\"<h2><span style=\"color: #ffffff;\">Chili Open Golf Classic of Utah</span></h2>\r\n<h2><span style=\"color: #ffffff;\">P.O. Box 901252</span>\r\n<span style=\"color: #ffffff;\"> Sandy, Utah 84090</span></h2>\r\n<h2><span style=\"color: #ffffff;\">t 01 234 5678</span>\r\n<span style=\"color: #ffffff;\"> t inquiry@chiliopen.com</span></h2>\r\n<a href=\"http://www.facebook.com\" rel=\"attachment wp-att-159\"><img class=\"alignnone wp-image-159 size-full\" src=\"http://utahchiliopen.com/wp-content/uploads/2015/12/icon-facebook.png\" alt=\"icon-facebook\" width=\"52\" height=\"51\" /></a> <a href=\"https://plus.google.com/\" rel=\"attachment wp-att-160\"><img class=\"alignnone wp-image-160 size-full\" src=\"http://utahchiliopen.com/wp-content/uploads/2015/12/icon-google-plus.png\" alt=\"icon-google-plus\" width=\"52\" height=\"51\" /></a> <a href=\"http://twitter.com\" rel=\"attachment wp-att-161\"><img class=\"alignnone wp-image-161 size-full\" src=\"http://utahchiliopen.com/wp-content/uploads/2015/12/icon-twitter.png\" alt=\"icon-twitter\" width=\"52\" height=\"51\" /></a>\";s:4:\"type\";s:4:\"html\";s:6:\"filter\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(399,'widget_fw_learning','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_smartcountdown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(590,'can_compress_scripts','1','yes'),(652,'_site_transient_timeout_popular_importers_en_US','1452053239','yes'),(655,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(670,'category_children','a:0:{}','yes'),(673,'fw-event-taxonomy-name_children','a:0:{}','yes'),(676,'fw-learning-courses-taxonomy_children','a:0:{}','yes'),(679,'fw-portfolio-category_children','a:0:{}','yes'),(689,'rewrite_rules','a:256:{s:8:\"event/?$\";s:28:\"index.php?post_type=fw-event\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=fw-event&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=fw-event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=fw-event&paged=$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:12:\"fw-slider/?$\";s:29:\"index.php?post_type=fw-slider\";s:42:\"fw-slider/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=fw-slider&feed=$matches[1]\";s:37:\"fw-slider/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=fw-slider&feed=$matches[1]\";s:29:\"fw-slider/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=fw-slider&paged=$matches[1]\";s:9:\"course/?$\";s:39:\"index.php?post_type=fw-learning-courses\";s:39:\"course/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=fw-learning-courses&feed=$matches[1]\";s:34:\"course/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=fw-learning-courses&feed=$matches[1]\";s:26:\"course/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=fw-learning-courses&paged=$matches[1]\";s:10:\"project/?$\";s:32:\"index.php?post_type=fw-portfolio\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=fw-portfolio&paged=$matches[1]\";s:14:\"^sitemap\\.xml?\";s:30:\"index.php?fw-seo-sitemap=index\";s:29:\"^(sitemap(-index){0,1})\\.xsl?\";s:40:\"index.php?fw-seo-sitemap-xsl=$matches[1]\";s:43:\"^sitemap-(index)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:42:\"^sitemap-(post)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:42:\"^sitemap-(page)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:46:\"^sitemap-(fw-event)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:58:\"^sitemap-(fw-learning-articles)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:57:\"^sitemap-(fw-learning-courses)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:50:\"^sitemap-(fw-portfolio)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:46:\"^sitemap-(category)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:60:\"^sitemap-(fw-event-taxonomy-name)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:66:\"^sitemap-(fw-learning-courses-taxonomy)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:41:\"^sitemap-(tag)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:59:\"^sitemap-(fw-portfolio-category)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:41:\"index.php?fw-event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:35:\"index.php?fw-event=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?fw-event=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?fw-event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?fw-event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?fw-event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?fw-event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?fw-event-taxonomy-name=$matches[1]&feed=$matches[2]\";s:42:\"events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?fw-event-taxonomy-name=$matches[1]&feed=$matches[2]\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?fw-event-taxonomy-name=$matches[1]&paged=$matches[2]\";s:17:\"events/([^/]+)/?$\";s:44:\"index.php?fw-event-taxonomy-name=$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: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: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: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:37:\"fw-slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"fw-slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"fw-slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw-slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw-slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"fw-slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"fw-slider/([^/]+)/embed/?$\";s:42:\"index.php?fw-slider=$matches[1]&embed=true\";s:30:\"fw-slider/([^/]+)/trackback/?$\";s:36:\"index.php?fw-slider=$matches[1]&tb=1\";s:50:\"fw-slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?fw-slider=$matches[1]&feed=$matches[2]\";s:45:\"fw-slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?fw-slider=$matches[1]&feed=$matches[2]\";s:38:\"fw-slider/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?fw-slider=$matches[1]&paged=$matches[2]\";s:45:\"fw-slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?fw-slider=$matches[1]&cpage=$matches[2]\";s:34:\"fw-slider/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?fw-slider=$matches[1]&page=$matches[2]\";s:26:\"fw-slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"fw-slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"fw-slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw-slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw-slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"fw-slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"lesson/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"lesson/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"lesson/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"lesson/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"lesson/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"lesson/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"lesson/([^/]+)/embed/?$\";s:53:\"index.php?fw-learning-articles=$matches[1]&embed=true\";s:27:\"lesson/([^/]+)/trackback/?$\";s:47:\"index.php?fw-learning-articles=$matches[1]&tb=1\";s:35:\"lesson/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?fw-learning-articles=$matches[1]&paged=$matches[2]\";s:42:\"lesson/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?fw-learning-articles=$matches[1]&cpage=$matches[2]\";s:31:\"lesson/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?fw-learning-articles=$matches[1]&page=$matches[2]\";s:23:\"lesson/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"lesson/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"lesson/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"lesson/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"lesson/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"lesson/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"course/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"course/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"course/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"course/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"course/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"course/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"course/([^/]+)/embed/?$\";s:52:\"index.php?fw-learning-courses=$matches[1]&embed=true\";s:27:\"course/([^/]+)/trackback/?$\";s:46:\"index.php?fw-learning-courses=$matches[1]&tb=1\";s:47:\"course/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?fw-learning-courses=$matches[1]&feed=$matches[2]\";s:42:\"course/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?fw-learning-courses=$matches[1]&feed=$matches[2]\";s:35:\"course/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?fw-learning-courses=$matches[1]&paged=$matches[2]\";s:42:\"course/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?fw-learning-courses=$matches[1]&cpage=$matches[2]\";s:31:\"course/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?fw-learning-courses=$matches[1]&page=$matches[2]\";s:23:\"course/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"course/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"course/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"course/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"course/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"course/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"courses/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?fw-learning-courses-taxonomy=$matches[1]&feed=$matches[2]\";s:43:\"courses/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?fw-learning-courses-taxonomy=$matches[1]&feed=$matches[2]\";s:36:\"courses/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?fw-learning-courses-taxonomy=$matches[1]&paged=$matches[2]\";s:18:\"courses/([^/]+)/?$\";s:50:\"index.php?fw-learning-courses-taxonomy=$matches[1]\";s:32:\"quiz/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"quiz/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"quiz/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"quiz/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"quiz/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"quiz/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"quiz/([^/]+)/embed/?$\";s:49:\"index.php?fw-learning-quiz=$matches[1]&embed=true\";s:25:\"quiz/([^/]+)/trackback/?$\";s:43:\"index.php?fw-learning-quiz=$matches[1]&tb=1\";s:33:\"quiz/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?fw-learning-quiz=$matches[1]&paged=$matches[2]\";s:40:\"quiz/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?fw-learning-quiz=$matches[1]&cpage=$matches[2]\";s:29:\"quiz/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?fw-learning-quiz=$matches[1]&page=$matches[2]\";s:21:\"quiz/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"quiz/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"quiz/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"quiz/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"quiz/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"quiz/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?fw-portfolio=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?fw-portfolio=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?fw-portfolio-category=$matches[1]&paged=$matches[2]\";s:20:\"portfolio/([^/]+)/?$\";s:43:\"index.php?fw-portfolio-category=$matches[1]\";s:38:\"event-search/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"event-search/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"event-search/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"event-search/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"event-search/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"event-search/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"event-search/(.+?)/embed/?$\";s:67:\"index.php?post_type=fw-event-search&pagename=$matches[1]&embed=true\";s:31:\"event-search/(.+?)/trackback/?$\";s:61:\"index.php?post_type=fw-event-search&pagename=$matches[1]&tb=1\";s:39:\"event-search/(.+?)/page/?([0-9]{1,})/?$\";s:74:\"index.php?post_type=fw-event-search&pagename=$matches[1]&paged=$matches[2]\";s:46:\"event-search/(.+?)/comment-page-([0-9]{1,})/?$\";s:74:\"index.php?post_type=fw-event-search&pagename=$matches[1]&cpage=$matches[2]\";s:35:\"event-search/(.+?)(?:/([0-9]+))?/?$\";s:73:\"index.php?post_type=fw-event-search&pagename=$matches[1]&page=$matches[2]\";s:37:\"fw_backup/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"fw_backup/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"fw_backup/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw_backup/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw_backup/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"fw_backup/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"fw_backup/([^/]+)/embed/?$\";s:42:\"index.php?fw_backup=$matches[1]&embed=true\";s:30:\"fw_backup/([^/]+)/trackback/?$\";s:36:\"index.php?fw_backup=$matches[1]&tb=1\";s:38:\"fw_backup/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?fw_backup=$matches[1]&paged=$matches[2]\";s:45:\"fw_backup/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?fw_backup=$matches[1]&cpage=$matches[2]\";s:34:\"fw_backup/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?fw_backup=$matches[1]&page=$matches[2]\";s:26:\"fw_backup/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"fw_backup/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"fw_backup/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw_backup/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw_backup/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"fw_backup/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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: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=2&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: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: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: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: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: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: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: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(754,'_site_transient_timeout_browser_884e862a0f7254ce3f0c1ea7f0f363dd','1452520778','yes'),(757,'_site_transient_browser_884e862a0f7254ce3f0c1ea7f0f363dd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1024,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1027,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(1033,'gform_enable_background_updates','','yes'),(1036,'gform_longtext_ready','1','yes'),(1039,'rg_form_version','1.9.15','yes'),(1060,'rg_gforms_key','2f4fd17c59a78597ddf177f36d018f85','yes'),(1063,'gform_enable_noconflict','','yes'),(1066,'rg_gforms_enable_akismet','0','yes'),(1069,'rg_gforms_currency','USD','yes'),(1075,'fw_ext_settings_options:page-builder','a:1:{s:10:\"post_types\";a:3:{s:4:\"post\";b:1;s:4:\"page\";b:1;s:8:\"fw-event\";b:1;}}','no'),(1141,'_site_transient_timeout_browser_9db1e73107cd717e7b5a1ffa9d8049e8','1452687939','yes'),(1144,'_site_transient_browser_9db1e73107cd717e7b5a1ffa9d8049e8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1196,'_site_transient_timeout_browser_cb03ffde0d14b543ff285be2c17d49a4','1452698158','yes'),(1199,'_site_transient_browser_cb03ffde0d14b543ff285be2c17d49a4','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1220,'rg_gforms_captcha_public_key','','yes'),(1223,'rg_gforms_captcha_private_key','','yes'),(1226,'rg_gforms_message','<!--GFM-->','yes'),(1238,'gravityformsaddon_feed-base_version','0.11','yes'),(1241,'gravityformsaddon_gravityformspaypal_version','2.5.1','yes'),(1244,'gravityformsaddon_payment_addons','a:1:{i:0;s:18:\"gravityformspaypal\";}','yes'),(1247,'gravityformsaddon_payment_version','1.2','yes'),(1250,'can_verify_ipn','yes','yes'),(1540,'gravityformsaddon_gravityformspaypal_settings','a:1:{s:20:\"gf_paypal_configured\";s:1:\"1\";}','yes'),(1725,'_transient_timeout_GFCache_2413efe782e57230a304209d0ff908e7','1452178503','no'),(1728,'_transient_GFCache_2413efe782e57230a304209d0ff908e7','1','no'),(1752,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1452192016','yes'),(1755,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5648\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3547\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3487\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3001\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2728\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2211\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2165\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2000\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1951\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1938\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1932\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1880\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1784\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1580\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1510\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1493\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1419\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1294\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1260\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1245\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1136\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1065\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1034\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"982\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"942\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"879\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"877\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"868\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"864\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"849\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"765\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"740\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"735\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"733\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"719\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"714\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"704\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"697\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"672\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"651\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"650\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"645\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"639\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"632\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"624\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"604\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"597\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"590\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"585\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"584\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"576\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"571\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"570\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"568\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"558\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"545\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"527\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"519\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"518\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"508\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"501\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"497\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"497\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"473\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"471\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"466\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"456\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"455\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"453\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"430\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"427\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"419\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"414\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"414\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"403\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"398\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"398\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"396\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"395\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"390\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"386\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"386\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"380\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"379\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"378\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"378\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"374\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"373\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"371\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"370\";}}','yes'),(1765,'gform_email_count','10','yes'),(1770,'fw:bt:f:page-builder:daf8bc57c3d9b351fa2275866b1b85cd','a:3:{s:5:\"title\";s:20:\"Registration Success\";s:4:\"json\";s:3423:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!</span></h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t\"}]]}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:7:\"created\";i:1452183357;}','no'),(1785,'_transient_timeout_GFCache_898360ffc248b6409d0e2f6ce030cb83','1452185165','no'),(1788,'_transient_GFCache_898360ffc248b6409d0e2f6ce030cb83','1','no'),(1791,'_transient_timeout_GFCache_56918cdc8d5e6d95ab4328034e7db63c','1452184660','no'),(1794,'_transient_GFCache_56918cdc8d5e6d95ab4328034e7db63c','1','no'),(1795,'_transient_timeout_GFCache_ceb9d6911badb7302e09152905fdcac0','1452185008','no'),(1798,'_transient_GFCache_ceb9d6911badb7302e09152905fdcac0','1','no'),(1831,'gf_paypalpaymentspro_version','1.8.1','yes'),(1887,'_transient_timeout_GFCache_0f96c6fe8bec5defaadd9c9bd95c0d71','1452187629','no'),(1890,'_transient_GFCache_0f96c6fe8bec5defaadd9c9bd95c0d71','1','no'),(1911,'_transient_timeout_GFCache_f078984dfefc15b8091a8625dd64a973','1452188695','no'),(1914,'_transient_GFCache_f078984dfefc15b8091a8625dd64a973','1','no'),(1947,'_site_transient_timeout_gforms_paypalpaymentspro_version','1452295174','yes'),(1950,'_site_transient_gforms_paypalpaymentspro_version','a:3:{s:12:\"is_valid_key\";s:1:\"1\";s:7:\"version\";s:5:\"1.8.1\";s:3:\"url\";s:199:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_1.8.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452424774&Signature=3Vknz%2Fsh920cKcMoMLyynZoVHKU%3D\";}','yes'),(2019,'gf_paypalpaymentspro_settings','a:5:{s:8:\"username\";s:21:\"barrybank22@yahoo.com\";s:8:\"password\";s:11:\"chiliopen22\";s:6:\"vendor\";s:0:\"\";s:7:\"partner\";s:6:\"PayPal\";s:4:\"mode\";s:10:\"production\";}','yes'),(2035,'_site_transient_timeout_gforms_paypalpro_version','1452305168','yes'),(2038,'_site_transient_gforms_paypalpro_version','a:3:{s:12:\"is_valid_key\";s:1:\"1\";s:7:\"version\";s:3:\"1.6\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452434769&Signature=164VERmD%2BUH37wSwyhZEUljqD3Y%3D\";}','yes'),(2041,'gf_paypalpro_version','1.6','yes'),(2064,'_transient_timeout_GFCache_0e33e806d6293d88ed20a9824240000a','1452259564','no'),(2067,'_transient_GFCache_0e33e806d6293d88ed20a9824240000a','1','no'),(2107,'_transient_timeout_GFCache_9566a9a6508afbfd2cfb9fe7f8999d4f','1452263877','no'),(2110,'_transient_GFCache_9566a9a6508afbfd2cfb9fe7f8999d4f','1','no'),(2112,'_transient_timeout_GFCache_dd277ab464b9a94b7f5638df2559a241','1452263927','no'),(2115,'_transient_GFCache_dd277ab464b9a94b7f5638df2559a241','1','no'),(2116,'_transient_timeout_GFCache_8f10bee43546ad80b3c0f91a2366c6cb','1452263367','no'),(2119,'_transient_GFCache_8f10bee43546ad80b3c0f91a2366c6cb','1','no'),(2122,'_transient_timeout_GFCache_aac0ccb94a6d8fa3e71bf08a454025a4','1452263940','no'),(2125,'_transient_GFCache_aac0ccb94a6d8fa3e71bf08a454025a4','1','no'),(2140,'_transient_is_multi_author','0','yes'),(2203,'_transient_fw_theme_category_count','1','yes'),(2235,'_transient_timeout_gform_update_info','1452584873','no'),(2238,'_transient_gform_update_info','a:5:{s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Mon, 11 Jan 2016 07:47:53 GMT\";s:6:\"server\";s:12:\"Apache/2.4.7\";s:12:\"x-powered-by\";s:21:\"PHP/5.5.9-1ubuntu4.14\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:4:\"1873\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:9:\"text/html\";}s:4:\"body\";s:9549:\"{\"is_valid_key\":\"1\",\"version\":\"1.9.15\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_1.9.15.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=TFw0B72wyvB9ELNEp%2B5SV2eYJiw%3D\",\"expiration_time\":1483682400,\"offerings\":{\"gravityforms\":{\"is_available\":true,\"version\":\"1.9.15\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_1.9.15.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=TFw0B72wyvB9ELNEp%2B5SV2eYJiw%3D\"},\"gravityformsactivecampaign\":{\"is_available\":true,\"version\":\"1.3.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/activecampaign\\/gravityformsactivecampaign_1.3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=lsfEigWzam17bRtSCmGdYZmzen8%3D\"},\"gravityformsagilecrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/agilecrm\\/gravityformsagilecrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=UWKsfcORcKNuHqskF5P2JHQCxAo%3D\"},\"gravityformsauthorizenet\":{\"is_available\":true,\"version\":\"2.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/authorizenet\\/gravityformsauthorizenet_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=nb1wftRuegnqOwxi0V3lUe99Qi8%3D\"},\"gravityformsaweber\":{\"is_available\":true,\"version\":\"2.3\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/aweber\\/gravityformsaweber_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=vM4jWB%2BCXUpb8o72d4c9YxHVBck%3D\"},\"gravityformsbatchbook\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/batchbook\\/gravityformsbatchbook_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=ik4blJr4A4dMvUN15BIYvo463qA%3D\"},\"gravityformscampaignmonitor\":{\"is_available\":true,\"version\":\"3.4.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campaignmonitor\\/gravityformscampaignmonitor_3.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=CsQcT4xgjJLhy5sPuxeLPkbBT6U%3D\"},\"gravityformscampfire\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campfire\\/gravityformscampfire_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=FrkyRRW9T0C7boglCl6D%2BqIyLw0%3D\"},\"gravityformscapsulecrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/capsulecrm\\/gravityformscapsulecrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=sCQLj5qmp1BWvh4pe6JOrxiurtM%3D\"},\"gravityformscleverreach\":{\"is_available\":true,\"version\":\"1.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/cleverreach\\/gravityformscleverreach_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=N0jnXZD2hH9NH6FnH761fl0ZIYo%3D\"},\"gravityformscoupons\":{\"is_available\":true,\"version\":\"2.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/coupons\\/gravityformscoupons_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=%2BFNP2Ck5GtGgXwI5YEC97BI4kjw%3D\"},\"gravityformsdebug\":{\"is_available\":true,\"version\":\"\",\"url\":\"\"},\"gravityformsdropbox\":{\"is_available\":true,\"version\":\"1.1.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/dropbox\\/gravityformsdropbox_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=MqPGvRh6BESXWEbSMjtzn66y%2Bj4%3D\"},\"gravityformsemma\":{\"is_available\":true,\"version\":\"1.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/emma\\/gravityformsemma_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=TCDMBD6Bk03vV4LdecDW3emaJ9o%3D\"},\"gravityformsfreshbooks\":{\"is_available\":true,\"version\":\"2.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/freshbooks\\/gravityformsfreshbooks_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=zFW571MkHlVe2Jtssu8eRGOSd6A%3D\"},\"gravityformsgetresponse\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/getresponse\\/gravityformsgetresponse_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=qT3PxM%2B9yZ35d0p8kvawE4uPTyc%3D\"},\"gravityformshelpscout\":{\"is_available\":true,\"version\":\"1.2\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/helpscout\\/gravityformshelpscout_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=rgySa5mUVNqaySEXxoYJOFZ0Fu4%3D\"},\"gravityformshighrise\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/highrise\\/gravityformshighrise_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=XK9EvNYTFMvXIj0PkfKx1w2TMwQ%3D\"},\"gravityformshipchat\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/hipchat\\/gravityformshipchat_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=c0DyMsSSX2lQoHlKQgVmTBbSsNI%3D\"},\"gravityformsicontact\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/icontact\\/gravityformsicontact_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=fcwJhm4lUsUcEmTrZI6IzfwtTPY%3D\"},\"gravityformslogging\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/logging\\/gravityformslogging_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=12GipmaK%2BPmdKCWpRzQw7ybbsCc%3D\"},\"gravityformsmadmimi\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/madmimi\\/gravityformsmadmimi_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=0tW18dFqNozrgqMZ%2FHfzMRZQHGE%3D\"},\"gravityformsmailchimp\":{\"is_available\":true,\"version\":\"3.7.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/mailchimp\\/gravityformsmailchimp_3.7.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=st5XjWAemmmQJZqGwe%2FZ85FNFRA%3D\"},\"gravityformspartialentries\":{\"is_available\":false,\"version\":\"\"},\"gravityformspaypal\":{\"is_available\":true,\"version\":\"2.5.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypal\\/gravityformspaypal_2.5.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=nFs1oLrUQlA9k3wdj4D%2BuP8kwSI%3D\"},\"gravityformspaypalexpresscheckout\":{\"is_available\":false,\"version\":\"\"},\"gravityformspaypalpaymentspro\":{\"is_available\":true,\"version\":\"1.8.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpaymentspro\\/gravityformspaypalpaymentspro_1.8.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=y7qxqratyWkWFzxpckPFJYp3wB8%3D\"},\"gravityformspaypalpro\":{\"is_available\":true,\"version\":\"1.6\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpro\\/gravityformspaypalpro_1.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=bgOf9Dout85OiRA%2FgteGi%2BTR6Y4%3D\"},\"gravityformspicatcha\":{\"is_available\":false,\"version\":\"2.0\"},\"gravityformspolls\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/polls\\/gravityformspolls_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=RuDvvBIZ0JTEjWi9XMoy2KXBSZU%3D\"},\"gravityformsquiz\":{\"is_available\":true,\"version\":\"2.4.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/quiz\\/gravityformsquiz_2.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=48dMnOPd%2BYqJPAx5FDdkJfFECKI%3D\"},\"gravityformssignature\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/signature\\/gravityformssignature_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=FhThQ4WdVqa4Ifn2TNrMDRqgEqw%3D\"},\"gravityformsslack\":{\"is_available\":true,\"version\":\"1.3\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/slack\\/gravityformsslack_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=PDKrt5ayrRDKkHzTKb81MhcwAro%3D\"},\"gravityformsstripe\":{\"is_available\":true,\"version\":\"2.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/stripe\\/gravityformsstripe_2.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=oMBOqKHing1liK%2FFvgNW04QejTI%3D\"},\"gravityformssurvey\":{\"is_available\":true,\"version\":\"2.6\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/survey\\/gravityformssurvey_2.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=eGHRc617vIKN8MPbzzDPGNBH3XI%3D\"},\"gravityformstrello\":{\"is_available\":false,\"version\":\"\"},\"gravityformstwilio\":{\"is_available\":true,\"version\":\"2.1\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/twilio\\/gravityformstwilio_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=qq9Ulfwx%2Fz50AVJemfyfcrGeHgI%3D\"},\"gravityformsuserregistration\":{\"is_available\":true,\"version\":\"2.4\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/userregistration\\/gravityformsuserregistration_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=TPRagbTbxvsrasgHDPpYmO1geGQ%3D\"},\"gravityformszapier\":{\"is_available\":true,\"version\":\"1.8\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zapier\\/gravityformszapier_1.8.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=5zZE0ZVX8iQF0e6dVwGDuks6Cpo%3D\"},\"gravityformszohocrm\":{\"is_available\":true,\"version\":\"1.0\",\"url\":\"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformszohocrm_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1452671273&Signature=%2BdUpmTwMD4t9%2BVsTPo9MUlsSQS4%3D\"}},\"is_active\":\"1\"}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}','no'),(2241,'_site_transient_timeout_fw_ext_upd_gh_fw','1452584876','yes'),(2244,'_site_transient_fw_ext_upd_gh_fw','a:18:{s:36:\"ThemeFuse/Unyson-Analytics-Extension\";s:6:\"v1.0.0\";s:31:\"ThemeFuse/Unyson-Blog-Extension\";s:6:\"v1.0.1\";s:34:\"ThemeFuse/Unyson-Builder-Extension\";s:7:\"v1.1.17\";s:33:\"ThemeFuse/Unyson-Events-Extension\";s:6:\"v1.0.8\";s:35:\"ThemeFuse/Unyson-Feedback-Extension\";s:6:\"v1.0.8\";s:32:\"ThemeFuse/Unyson-Forms-Extension\";s:7:\"v2.0.17\";s:35:\"ThemeFuse/Unyson-Learning-Extension\";s:7:\"v1.0.10\";s:33:\"ThemeFuse/Unyson-Mailer-Extension\";s:6:\"v1.2.3\";s:44:\"ThemeFuse/Unyson-PopulationMethods-Extension\";s:7:\"v1.0.13\";s:34:\"ThemeFuse/Unyson-Sliders-Extension\";s:7:\"v1.1.14\";s:35:\"ThemeFuse/Unyson-MegaMenu-Extension\";s:6:\"v1.0.7\";s:36:\"ThemeFuse/Unyson-Portfolio-Extension\";s:6:\"v1.0.4\";s:30:\"ThemeFuse/Unyson-SEO-Extension\";s:6:\"v1.0.5\";s:37:\"ThemeFuse/Unyson-Shortcodes-Extension\";s:6:\"v1.3.8\";s:38:\"ThemeFuse/Unyson-PageBuilder-Extension\";s:6:\"v1.4.5\";s:35:\"ThemeFuse/Unyson-Sidebars-Extension\";s:6:\"v1.0.6\";s:34:\"ThemeFuse/Unyson-Styling-Extension\";s:6:\"v1.0.5\";s:33:\"ThemeFuse/Unyson-Update-Extension\";s:6:\"v1.0.8\";}','yes'),(2247,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452541756','no'),(2250,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','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:3:{s:0:\"\";a:7:{s:5:\"title\";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: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:\"Wed, 06 Jan 2016 20:07: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:\"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=4.5-alpha-36254\";s: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:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.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/2016/01/wordpress-4-4-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:\"Wed, 06 Jan 2016 20:07: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:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=4041\";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:376:\"WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]\";s: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:\"Aaron Jorbin\";s: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:5153:\"<p>WordPress 4.4.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>.</p>\n<p>There were also several non-security bug fixes:</p>\n<ul>\n<li>Emoji support has been updated to include all of the latest emoji characters, including the new diverse emoji! <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fc.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li>Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.</li>\n<li>If a post URL was ever re-used, the site could redirect to the wrong post.</li>\n</ul>\n<p>WordPress 4.4.1 fixes 52 bugs from 4.4. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.1.</p>\n<p>Thanks to everyone who contributed to 4.4.1:</p>\n<p><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/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/Compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/DvanKooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom/\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/JPr\">jpr</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/KrissieV\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</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/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/ShinichiN\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, and <a href=\"https://profiles.wordpress.org/webaware\">webaware</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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s: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:44:\"https://wordpress.org/news/2015/12/clifford/\";s: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, 08 Dec 2015 03:25: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: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:3:\"4.4\";s: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=3990\";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:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s: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:\"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:40348:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</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/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</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/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</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/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</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/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jpr\">jpr</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</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/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s: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:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s: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, 25 Nov 2015 23:04:05 +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: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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=3982\";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:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s: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:\"Scott Taylor\";s: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:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s: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:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s: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, 12 Nov 2015 00:04:51 +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: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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=3977\";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:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Scott Taylor\";s: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:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s: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:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s: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, 04 Nov 2015 22:10: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:3:{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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=3969\";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:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s: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:\"Scott Taylor\";s: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:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s: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:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s: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, 28 Oct 2015 20:50: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:8:\"category\";a:3:{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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=3966\";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:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s: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:\"Scott Taylor\";s: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:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54: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:8:\"category\";a:3:{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:\"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:2;a:5:{s:4:\"data\";s:3:\"4.4\";s: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=3926\";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:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s: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:\"Scott Taylor\";s: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:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.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:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22: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:8:\"category\";a:3:{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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s: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:33:\"http://wordpress.org/news/?p=3914\";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:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s: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:\"Samuel Sidler\";s: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:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s: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:42:\"https://wordpress.org/news/2015/08/billie/\";s: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, 18 Aug 2015 19:12: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: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:3:\"4.3\";s: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:33:\"http://wordpress.org/news/?p=3845\";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:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s: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:\"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:22537:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</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/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff (chriscct7)</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</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/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</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/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</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/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</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/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 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/2015/08/wordpress-4-2-4-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:\"Tue, 04 Aug 2015 12:10:40 +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: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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s: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:33:\"http://wordpress.org/news/?p=3827\";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:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s: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:\"Samuel Sidler\";s: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:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</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: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:6:\"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:1:\"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:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Jan 2016 07:49:16 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 06 Jan 2016 20:07:41 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:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(2253,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452541756','no'),(2256,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452498556','no'),(2259,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1452541757','no'),(2262,'_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:26:\"Matt: Interview in El Pais\";s: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:21:\"http://ma.tt/?p=45737\";s: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:42:\"http://ma.tt/2016/01/interview-in-el-pais/\";s: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:314:\"<p><span class=\"embed-youtube\"></span></p>\n<p>If you speak Spanish, or know someone who does, check out this video and <a href=\"http://one.elpais.com/gracias-a-el-se-publica-la-cuarta-parte-de-las-webs-del-mundo-matt-mullenweg-fundador-de-wordpress/\">article that was on the El Pais homepage earlier today</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:\"Fri, 08 Jan 2016 22:48: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: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: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:83:\"WPTavern: WordCamp Europe 2016 Sold Out, Organizers Working to Get More Venue Space\";s: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:28:\"http://wptavern.com/?p=50345\";s: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:92:\"http://wptavern.com/wordcamp-europe-2016-sold-out-organizers-working-to-get-more-venue-space\";s: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:2701:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p>If you waited to buy your ticket to <a href=\"https://2016.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2016</a> in Vienna, you may be out of luck. The event sold out on December 31, 2015. All 1550 tickets, including 50 micro-sponsorship tickets are now gone.</p>\n<p>“We’re currently at full capacity of our venue, but working towards expanding by hiring more halls in the MuzeumQuartier so we can meet the strong demand,” organizer Petya Raykovska told the Tavern.</p>\n<p>“We will try and release 200 more tickets in the days to follow, depending on the availability of the halls around the MQ,” she said. A <a href=\"https://2016.europe.wordcamp.org/wordcamp-europe-is-sold-out-sign-up-for-the-tickets-waiting-list/\" target=\"_blank\">waiting list</a> is now open for those hopeful to grab a ticket when more venue space opens up. According to Raykovska, the list already has nearly 100 signups.</p>\n<p>Based on the attendees confirmed so far, WordCamp Europe 2016 will have 58 countries represented, which is six more than the event had in 2014 and 2015. Including micro-sponsor tickets, the countries with the highest number of attendees include Germany (8%), Netherlands (8%), UK (8%), Austria (7%), and the United States (6%).</p>\n<p>Planning early has paid off for the organizing team with another year of successful ticket sales in the bag. Raykovska attributes this to the location and the quality of past WCEU events.</p>\n<p>“Obviously, Vienna being central for Europe and a fabulous location, has helped us attract more people this year,” Raykovska said. “But I believe above all, the huge interest is a testament about the quality we’ve been able to provide in previous years, establishing WordCamp Europe as a can’t-miss event for anyone running or involved with a WordPress business.</p>\n<p>“I also think people appreciate that we released tickets so early. More than 80% of WordCamp Europe attendees come from outside the host country so being able to plan early helped people make a decision,” she said.</p>\n<p>The <a href=\"https://2016.europe.wordcamp.org/the-call-for-speakers-for-wceu-2016-closes-in-4-weeks/\" target=\"_blank\">call for speakers</a> will close on January 31st. Speakers will be notified by March 16th as to whether or not their session will be on the schedule.</p>\n<div id=\"epoch-width-sniffer\"></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, 08 Jan 2016 21:54:16 +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:69:\"WPTavern: WordCamp US Is Accepting Applications for 2017-18 Host City\";s: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:28:\"http://wptavern.com/?p=50402\";s: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:79:\"http://wptavern.com/wordcamp-us-is-accepting-applications-for-2017-18-host-city\";s: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:1735:\"<p>The application process to be the host city for WordCamp US 2017 and 2018 <a href=\"https://2016.us.wordcamp.org/2016/01/08/applications-for-the-wordcamp-us-2017-host-city-now-open/\">is now open</a>. A lot of work goes into making WordCamp US successful and planning needs to start as soon as possible. The goal is to have future host city organizers be involved in the second year’s planning to learn the process and pass on the lessons learned to the next group of organizers.</p>\n<p>If you’re thinking about applying to be the host city, you’ll need to know the following information.</p>\n<ul>\n<li>The names and contact information for your organizing team.</li>\n<li>Information about your location, including:\n<ul>\n<li>Do the venues have hotels within 3 miles that can support 1,500-2,000 attendees? Average hotel costs for budget, mid-range, and high-end hotels.</li>\n<li>Flight costs from the West Coast, East Coast, Midwest, Mexico, and Canada.</li>\n</ul>\n</li>\n<li>Venue information with an option to suggest a second venue. Each venue requires:\n<ul>\n<li>A budget</li>\n<li>Room capacities</li>\n<li>Dates available</li>\n<li>Additional venue details</li>\n</ul>\n</li>\n<li>Contributor day information, including:\n<ul>\n<li>Venue</li>\n<li>Wifi information</li>\n</ul>\n</li>\n</ul>\n<p>The new location will be selected before WordCamp US 2016. When the six cities were chosen to possibly host WordCamp US 2015, <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">Tavern readers voted</a> for Phoenix, AZ over Philadelphia, PA. If you have any questions or need help filling out the application, contact <strong>support @ wordcamp.org</strong>.</p>\n<div id=\"epoch-width-sniffer\"></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, 08 Jan 2016 19:37:26 +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:\"Jeff Chandler\";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:88:\"WPTavern: How WordCamp Paris Streamlined Speaker Submissions with the Idea Stream 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:28:\"http://wptavern.com/?p=50381\";s: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:98:\"http://wptavern.com/how-wordcamp-paris-streamlined-speaker-submissions-with-the-idea-stream-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:11361:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg\" rel=\"attachment wp-att-50383\"><img class=\"alignright size-thumbnail wp-image-50383\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg?resize=150%2C150\" alt=\"jenny-beaumont\" /></a>This post was contributed by guest author <a href=\"http://www.jennybeaumont.com/\" target=\"_blank\">Jenny Beaumont</a>. Jenny Beaumont is co-organizer of WordCamp Paris & WordCamp Europe, a frequent speaker at WordCamps in France and abroad, and a contributor to a number of blogs. After 17 years building things in and around the web, she is taking a year-long sabbatical to get a new outlook on life.</p>\n<hr />\n<p>If you’ve organized a WordCamp or similar event, then you know the work involved in managing a call for papers. With every submission comes lots of information, both about the candidate and the proposed talk. And with some candidates submitting multiple proposals, the total number of submissions can be 3-4 times the number of slots available.</p>\n<p>The call for speakers for <a href=\"https://paris.wordcamp.org/2016/\" target=\"_blank\">WordCamp Paris 2016</a> brought in upwards of 70 candidates and over 100 proposals!</p>\n<p>In the past, most WordCamps have taken proposals through online forms and then organized them within spreadsheets for deliberation. But just as WordCamp Paris has grown in recent years, so has the organizing team, and the spreadsheet method became increasingly laborious and inefficient.</p>\n<h3>There’s a plugin for that</h3>\n<p>While preparing for <a href=\"https://paris.wordcamp.org/2015/\" target=\"_blank\">WordCamp Paris 2015</a>, the organizers decided to tackle this problem, and turned to <a href=\"https://wordpress.org/plugins/wp-idea-stream/\" target=\"_blank\">WP Idea Stream</a>, a plugin developed by <a href=\"https://profiles.wordpress.org/imath\" target=\"_blank\">Mathieu Viet</a> (who has since joined the organizing team).</p>\n<p>As the name suggests, WP Idea Stream is a collaborative tool built for the purpose of sharing and managing ideas between members of a WordPress site. A close look shows us that this simple concept contains a lot of intricate and useful features.</p>\n<h3>Advantages for users</h3>\n<p>Filling out a form one time is no trouble, but what if you want to submit multiple proposals? Or, what if you’re interrupted while filling out a form and have to start over?</p>\n<p>WP Idea Stream solves this problem by giving talk candidates a simple one-time sign-up. With their own account they can:</p>\n<ul>\n<li>Update their personal information at any time (name, biography, social media accounts, email address, phone number, etc)</li>\n<li>Submit multiple proposals without needing to resubmit personal information</li>\n<li>Edit each proposal for up to one hour after submission</li>\n<li>Access and consult their submissions at any time</li>\n</ul>\n<h3>Advantages for organizers</h3>\n<p>Some team members wait until closing to sit and evaluate the proposals in one go, while others prefer to react over time as talks roll in. How do you keep track of those you’ve seen? How do you exchange thoughts and opinions with your teammates? How do you navigate through all of this information?</p>\n<h3>Vote</h3>\n<p>WP Idea Stream uses a five-star rating system to vote on ideas (or talks in our case). This makes it easy to see which are the most popular among a large group of organizers.</p>\n<p>The plugin settings page includes an easy way to customize the wording for each level.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png\" rel=\"attachment wp-att-50387\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png?resize=1025%2C133\" alt=\"hover-captions\" class=\"aligncenter size-full wp-image-50387\" /></a></p>\n<h3>Comment and debate</h3>\n<p>To compliment this voting system, organizers can leave comments on each submission to further bolster their argument for or against a talk. They also have the opportunity to point out information that might be lacking, ask questions of the candidate, or make notes of recurring themes that emerge.</p>\n<h3>Track and filter</h3>\n<p>As an administrator, there are two ways to view talk proposals: the main “post” view, and a view from within your own profile.</p>\n<p><strong>The “post” view</strong> is much like the default blog home page on a standard WordPress site. Submissions are listed in chronological descending order by default, including pagination and a display of the total number of talks to date. Then, there is the possibility to:</p>\n<ul>\n<li>Search by keyword</li>\n<li>Filter by votes (highest ratings first)</li>\n<li>Filter by most commented</li>\n</ul>\n<p>The excerpt for each talk submission includes:</p>\n<ul>\n<li>The avatar of the candidate (candidates are encouraged to use the email address associated with their Gravatar account at sign up)</li>\n<li>The name of the talk</li>\n<li>The number of comments with a quick link to that section of the talk</li>\n<li>The current average rating, with a quick link to vote on that talk</li>\n<li>An excerpt of the talk description</li>\n<li>A list of all category and tag selections</li>\n<li>The date of submission</li>\n<li>A quick link to edit the proposal in the WordPress admin</li>\n</ul>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png\" rel=\"attachment wp-att-50389\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png?resize=1025%2C778\" alt=\"excerpts\" class=\"aligncenter size-full wp-image-50389\" /></a></p>\n<p><strong>The “profile” view</strong> is intended for subscribed users to view their own submissions and to manage their personal information. As an admin, this front-end view also includes some very useful tabs to help keep track of your participation in the deliberation process.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png\" rel=\"attachment wp-att-50390\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png?resize=1025%2C737\" alt=\"profile-view\" class=\"aligncenter size-full wp-image-50390\" /></a></p>\n<ul>\n<li><strong>Published.</strong> Shows any and all submissions you might have made. Yes, WordCamp Paris organizers are also often speakers!</li>\n<li><strong>Commented.</strong> Shows all talk proposals that you’ve already commented on.</li>\n<li><strong>Evaluated.</strong> Shows all talk proposals that you’ve already voted on.</li>\n<li><strong>To be evaluated.</strong> Shows all talk proposals that are still awaiting your vote.</li>\n</ul>\n<h3>Organize</h3>\n<p>By default, WP Idea Stream comes with standard WordPress category and tag taxonomies, allowing submissions to be further classified and qualified. This year for WordCamp Paris, we used categories to represent three talk formats: 10, 20 and 30-minute preferences.</p>\n<p>We use tags for what we call talk “zooms” (basically just thematic tags). The advantage here is that, just like standard WordPress tags, users can be prompted with “most used” keywords to describe their talk’s theme.</p>\n<p>Categories and tags have quick links to filter the view by those terms.</p>\n<p>This has proven extremely useful for spotting recurring subjects and trends, comparing similar proposals, and even for figuring out subjects that haven’t been covered that we might want to find speakers for.</p>\n<h3>Export</h3>\n<p>When it comes down to it, you can’t get around the good old-fashioned spreadsheet for finalizing the job.</p>\n<p>Once the team has finished rating all of the talks, the submissions can be easily exported to a spreadsheet, and sorted by vote, theme, and talk duration. From here, the program is built up and finalized, and the bulk of the work is already done.</p>\n<h3>Requirements</h3>\n<p>Using WP Idea Stream does requires us to have and maintain a WordPress installation separate from our official WordCamp site, but this is also proving to have a number of advantages including:</p>\n<ul>\n<li>A dedicated domain for emails</li>\n<li>A permanent site that can act as a long-term archive, essentially regrouping information and links to each year’s dedicated site</li>\n</ul>\n<h3>Customization</h3>\n<p>WP Idea Stream doesn’t work like this out-of-the-box. Many of these features were built specifically for our purposes. Because the plugin is developed to be highly extensible, adapting it for your own needs is relatively easy.</p>\n<h3>Templates</h3>\n<p>WP Idea Stream is built with a templating system, allowing you to easily override any of the front-end views from your own theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png\" rel=\"attachment wp-att-50392\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png?resize=398%2C506\" alt=\"templates\" class=\"aligncenter size-full wp-image-50392\" /></a></p>\n<h3>Custom functions</h3>\n<p>Placing a file named <a href=\"https://github.com/imath/wc-talk#wordcamp-talk\" target=\"_blank\">wp-idea-stream-custom.php</a> in wp-content/plugins/ extends the plugin, allowing you to build on the default functionality.</p>\n<p>Here are some of the features we’ve added to adapt the plugin to our needs:</p>\n<ul>\n<li>Publish the content (talks) in private mode</li>\n<li>Extended user fields, including language preference (the site then displays by default in the preferred language)</li>\n<li>Time limit for editing talk submissions</li>\n<li>Front-end admin tabs for viewing submissions by those rated and those still needing to be rated</li>\n<li>Back-end modifications so that the plugin name and icon are changed in the admin menu.</li>\n<li>Added a metabox with additional checkboxes to further classify talks by targeted audience</li>\n<li>Added user role of “speaker,” essentially with the same permissions as the standard “subscriber”.</li>\n</ul>\n<p>We also added a fun little function in case any candidates try to sneak a peek by hacking the site’s comment RSS feed:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n/**\n * Redirect the speaker trying to cheat by adding the feed argument to the talk url :)\n */\nfunction wc_talk_neutralize_feeds_step_two() {\n if ( is_feed() && wp_idea_stream_is_ideastream() ) {\n wp_idea_stream_add_message( array(\n \'type\' => \'info\',\n \'content\' => __( \'Ah! caught trying to spy!\', \'wc-talk\' ),\n ) );\n wp_safe_redirect( wp_idea_stream_get_redirect_url() );\n exit();\n }\n}\n</pre>\n<p>We have used this system for two consecutive years now, improving the functionality as we learn what features are needed to make the process as smooth and efficient as possible. Overall, we might actually spend more time on the process, but it’s qualitative time. These tools humanize the process, allowing us to easily navigate the information and further invest ourselves in both the candidates and their ideas.</p>\n<p>As a collaborative tool, it adds an element of fun that you can’t get out of a spreadsheet! This brings an added dynamic to the group, allowing us all to participate in the process and have a voice (except for those organizers who propose talks, of course! ;) ).</p>\n<p>Like the idea? You should give it a try!</p>\n<div id=\"epoch-width-sniffer\"></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, 08 Jan 2016 17:50: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: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: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:60:\"WPTavern: Progress Report: Measure Jetpack Benchmark Project\";s: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:28:\"http://wptavern.com/?p=50395\";s: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:\"http://wptavern.com/progress-report-measure-jetpack-benchmark-project\";s: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:1062:\"<p>Late in 2015, <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, <a href=\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-performance\">announced a new project</a> called <a href=\"http://blog.arunas.co/project-measure-jetpack/\">Measure Jetpack</a>. Measure Jetpack is an independent, comprehensive series of benchmarks that will show how much impact Jetpack has on a site’s performance.</p>\n<p>Over the last few months, little information has been shared on the project’s status. I reached out to Liuiza for an update, “We’ve built a decent set of sample data for testing and hope to begin actual testing next week. The plan is to have all the data by the end of the month and publish some of the results in February,” Liuiza told the Tavern.</p>\n<p>While the results are not likely to be conclusive, the benchmarks will be an important resource in an area where similar data is scarce.</p>\n<div id=\"epoch-width-sniffer\"></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, 08 Jan 2016 17:04: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:\"Jeff Chandler\";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:104:\"Post Status: Challenges managing a WordPress consulting business and doing client work — Draft podcast\";s: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:31:\"https://poststatus.com/?p=15517\";s: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:111:\"https://poststatus.com/challenges-managing-a-wordpress-consulting-business-and-doing-client-work-draft-podcast/\";s: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:1493:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>This week’s Post Status Draft podcast is hosted by Brian Krogsgard and Joe Hoyle. This week, they talk working in an agency and doing client work.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/24151.mp3\">https://audio.simplecast.fm/24151.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/24151.mp3\">Direct Download</a></p>\n<p>Joe and Brian discussed a variety of facets to agency and client work, including:</p>\n<ul>\n<li>Hourly billing, daily billing, and project billing</li>\n<li>Tracking time for internal or external purposes</li>\n<li>Pricing websites</li>\n<li>Taking on large versus small projects in both large and small agencies, and how risk changes in each scenario</li>\n<li>Making payroll and managing cashflow</li>\n<li>Being selective with clients</li>\n<li>Retainers and monthly maintenance plans, and how it can fit in</li>\n<li>Team structures for projects</li>\n<li>And more!</li>\n</ul>\";s: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, 08 Jan 2016 15:15:14 +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:\"Katie Richards\";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:81:\"WPTavern: Custom Contact Forms Plugin Passes 1 Million Downloads on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50343\";s: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:91:\"http://wptavern.com/custom-contact-forms-plugin-passes-1-million-downloads-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5469:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png\" rel=\"attachment wp-att-50363\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png?resize=670%2C324\" alt=\"custom-contact-forms-featured\" class=\"aligncenter size-full wp-image-50363\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/custom-contact-forms/\" target=\"_blank\">Custom Contact Forms</a> has just passed one million downloads after nearly six years in the WordPress Plugin Directory. Last year <a href=\"https://taylorlovett.com/\" target=\"_blank\">Taylor Lovett</a>, Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, released version 6.0, a completely rewritten version that made it one of the first plugins to incorporate the new WP REST API. It is now one of the most popular plugins to do so and has more than 70,000 active installs.</p>\n<p>The plugin was built to provide the best user experience possible for building forms. It is unique in that it puts the form creation process inside the media manager, instead of a separate forms admin page. Custom Contact Forms also offers live previews while the user is building a form.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png\" rel=\"attachment wp-att-50367\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png?resize=900%2C445\" alt=\"custom-contact-form-creation\" class=\"aligncenter size-full wp-image-50367\" /></a></p>\n<p>Getting the REST API integrated with the plugin was the culmination of nine months of development for version 6.0. Unlike many other early plugins that rely on the API, Custom Contact Forms does not require the WP REST API plugin. Instead, the plugin includes its own version of the WP REST API, which is cleverly activated if necessary.</p>\n<p>“The plugin includes a small fraction of that code,” Lovett said. “Compressed it is 1.6MB and the whole thing is built to be very performant scale for enterprise.</p>\n<p>“I don’t think it’s a good user experience to make 70,000 people install a plugin dependency,” Lovett said. “The main thing about CCF is it has an attractive fully JS powered interface that looks like the WP media modal. It really goes with Matt’s message at the State of the Word on JS.</p>\n<p>“I would argue the user experience is better than all the popular alternatives (Gravity Forms, Ninja Forms, etc.) The plugin does not have as much functionality as GF or Ninja Forms but is quickly catching up – it’s also 100% free,” Lovett said.</p>\n<p>Since Custom Contact Forms is capable of handling much more than simple contact forms, Lovett is considering a name change that will help people understand the broader possibilities for its use. He has seen it used for employment forms, product creation (the plugin has extensive hooks and can create posts on each submission), digital product creation, and event creation.</p>\n<h3>JavaScript-Powered Form Creation is the Future</h3>\n<p>Lovett believes that the most popular forms plugins will need to adapt in order to keep pace with the modern web.</p>\n<p>“By using the REST API and heavy JS, CCF can do things like live form previews which Gravity Forms and Ninja Forms can’t do,” he said.</p>\n<p>“The modern web requires things to be done without page reloads so I do think the traditional form plugins will need to modernize. The only thing standing in their way is time – I spent nine months rewriting CCF for the JSON REST API,” Lovett said.</p>\n<p>“AJAX has become expected on the web. Anything less is not going to stand the test of time. Can you imagine using the media modal, if you had to reload the page every time you added an image? The same concept applies to forms,” he said.</p>\n<p>Custom Contact Forms is not as full-featured as the most popular contact forms, and Lovett says he gets quite a bit of pressure from users to add more features.</p>\n<p>“I want to tastefully add features slowly,” he said. “I think a lot of plugins try to do all the things and I don’t want CCF to be like that.”</p>\n<p>Lovett plans to add Paypal and Stripe integration along with a variety of form templates in future releases. When asked if these would be separate add-ons, he said that they would mostly likely be built in.</p>\n<p>“The only reason to separate things in my opinion is to make money off of them,” Lovett said. “The plugin will still be a small file size and performant – so why separate?”</p>\n<p>Lovett has struggled to maintain a high rating on Custom Contact Forms, as it went through a tough transition in order to adapt the JSON REST API.</p>\n<p>“I had to write DB upgrade scripts for thousands of people using the old plugin,” he said. “During that transition, I got a lot of 1-star reviews.” The database upgrade scripts provided a seamless transition for some users but not for others. This is sometimes the price users pay when a plugin updates to be on the cutting edge.</p>\n<p>“The JSON REST API being merged into core has made support much easier,” Lovett said. “I don’t think it’s ‘fringe technology’ anymore.”</p>\n<div id=\"epoch-width-sniffer\"></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, 08 Jan 2016 00:07:42 +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: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:77:\"WPTavern: WPWeekly Episode 220 – Automattic’s Relationship 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:44:\"http://wptavern.com?p=50342&preview_id=50342\";s: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:80:\"http://wptavern.com/wpweekly-episode-220-automattics-relationship-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:2654:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest news in the WordPress ecosystem. On the first episode of 2016, I rant about the conspiracy theorists who believe Automattic owns and controls the WordPress project.</p>\n<p>I try to set the record straight and explain why it’s not the case. Later in the show, Marcus explains what <a href=\"https://www.ampproject.org/\">AMP</a> is and why site owners need to pay attention to it. Last but not least are his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\">WordPress 4.4.1 Patches XSS Security Vulnerability</a><br />\n<a href=\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\">WordPress.org Added 910 New Themes in 2015</a><br />\n<a href=\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\">63% of WordPress Core Committers Are Not Employed by Automattic</a><br />\n<a href=\"http://wptavern.com/wordcamp-miami-2016-adds-new-javascript-track-freelancers-workshop-and-kids-panel\">WordCamp Miami 2016 Adds New JavaScript Track, Freelancer’s Workshop, and Kids Panel</a><br />\n<a href=\"https://loopconf.io/\">LoopConf in 2016</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/ip-login/\">IP Login e</a>nables you to login from a trusted IP without entering a password by specifying ?bypass_login=username in the browser’s address bar.</p>\n<p><a href=\"https://wordpress.org/plugins/slide-anything/\">Slide Anything </a>allows you to create a carousel where the content for each slide can include, images, text, HTML, and shortcodes.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-smart-export/\">WP Smart Export (Free Version) </a>is a smart and highly customizable data exporter for outputting posts and user data that you can read.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 13th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #220:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 07 Jan 2016 20:24:56 +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:\"Jeff Chandler\";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:73:\"WPTavern: More Than 655M Comments Were Published on WordPress.com in 2015\";s: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:28:\"http://wptavern.com/?p=50336\";s: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:83:\"http://wptavern.com/more-than-655m-comments-were-published-on-wordpress-com-in-2015\";s: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:1375:\"<p>Between posts and comments, <a href=\"http://www.wordpress.com\">WordPress.com</a> is an enormous hub of activity. The service recently published its <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">2015 year in review</a> and the numbers are staggering. Last year, users published 660M posts that generated more than 655M comments. The review looks back at posts that went viral, books published by authors, and coverage of world events.</p>\n<p>Other noteworthy events include <a href=\"https://en.blog.wordpress.com/2015/06/26/celebrating-10-years-of-wordpress-com-automattic/\">WordPress.com’s 10 year anniversary</a> and the first conference devoted to WordPress.com called <a href=\"http://presspublish.events/blog/\">Press Publish,</a> which took place in Portland, Oregon and Phoenix, Arizona. Late in the year, the service <a href=\"http://wptavern.com/automattic-unveils-open-source-wordpress-desktop-application-for-the-mac\">unveiled Calypso</a>, a revamped backend interface for WordPress.com.</p>\n<p>Suffice to say, it was a productive year for Automattic and WordPress.com with no signs of slowing down in 2016. Be sure to check out the <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">full post</a> to see a detailed list of milestones.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 07 Jan 2016 18:58:40 +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:\"Jeff Chandler\";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:72:\"WPTavern: WordPress 4.5 Development Kicks Off, Release Set for Mid-April\";s: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:28:\"http://wptavern.com/?p=50322\";s: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:\"http://wptavern.com/wordpress-4-5-development-kicks-off-release-set-for-mid-april\";s: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:2808:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg\" rel=\"attachment wp-att-50330\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg?resize=680%2C346\" alt=\"Coffee Cup on Table --- Image by © Michael Prince/CORBIS\" class=\"size-full wp-image-50330\" /></a>Coffee Cup on Table — Image by © Michael Prince/CORBIS\n<p>WordPress 4.5 development is now in full swing with Mike Schroder at the helm, leading the <a href=\"https://wordpress.slack.com/archives/core/p1452114055008649\" target=\"_blank\">kickoff meeting</a> today. Schroder is joined by newly named deputies, Mel Choyce and Adam Silverstein, who will help manage the release.</p>\n<p>The <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">4.5 project schedule</a> is now posted. The merge window for feature plugins opens February 3rd and the first Beta is expected the last week of that month. April 12th is the target date for the official release.</p>\n<p>The call for feature plugins is beginning early this time around and a Feature Plugin chat is scheduled for Tuesday, January 12, 2016, 3:00 PM CST.</p>\n<p>“The main purpose of the early chat is for plugins that believe they are ready for merge, and to start up new ones for future releases,” Schroder said. Those who have ideas and/or plugins to put forward will have an opportunity to get feedback from other contributors.</p>\n<p>During the kickoff meeting, Schroder took stock of the general areas that contributors have shown interest in working on for WordPress 4.5. Weston Ruter and other contributors on the customizer component have several features in progress, including <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">Customize Pane Resizer</a>, <a href=\"https://core.trac.wordpress.org/ticket/31195\" target=\"_blank\">Customize Device Preview</a>, <a href=\"https://core.trac.wordpress.org/ticket/34893\" target=\"_blank\">Customize Setting Validation</a>, and the <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">creation of page stubs for adding nav menu items</a>. Ruter considers the Transactions and Selective Refresh features ready to go for consideration in 4.5.</p>\n<p>Michael Arestad said that he is exploring “a series of smaller projects that can make Post New and the publishing process a bit nicer.” Joe McGill is hoping to make progress on improving the compression of resized images in core. John Blackbourn expressed interest in working with a team on<br />\n“No More Mixed Content” https improvements.</p>\n<p>More detailed discussion about potential feature plugins for 4.5 (and future releases) will happen in the scheduled chat next week.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 07 Jan 2016 05:59:40 +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: Briar: A Free Minimalist WordPress Theme Based on Bootstrap\";s: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:28:\"http://wptavern.com/?p=50289\";s: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:78:\"http://wptavern.com/briar-a-free-minimalist-wordpress-theme-based-on-bootstrap\";s: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:3972:\"<p><a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">Briar</a> is a new minimalist theme that landed in the WordPress directory last month. It’s the type of bold, non-flashy theme that puts the spotlight on content and images without trying to stuff widgets into the reading experience.</p>\n<p>Briar was created by the folks at <a href=\"http://slicejack.com/\" target=\"_blank\">Slicejack</a>, a Croatia-based development company and a brand new WordPress.org theme author. The theme uses the Bootstrap framework to provide a responsive layout for desktop, tablets, and mobile.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png\" rel=\"attachment wp-att-50293\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png?resize=1025%2C769\" alt=\"briar-screenshot\" class=\"aligncenter size-full wp-image-50293\" /></a></p>\n<p>One of Briar’s most interesting features is the ability for users to create a full-width heading using a shortcode. The content and background image specified in the shortcode will have a parallax effect, which you can see when scrolling on single posts.</p>\n<p>The theme’s primary menu can be toggled into view using the hamburger icon. It includes support for multi-level navigation.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif\" rel=\"attachment wp-att-50316\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif?resize=600%2C334\" alt=\"multi-level-navigation\" class=\"aligncenter size-full wp-image-50316\" /></a></p>\n<p>Briar also has a unique fixed footer with post meta that disappears as you scroll down the page. On mobile the post meta is pared down to just the author and post date.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png\" rel=\"attachment wp-att-50299\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png?resize=1025%2C492\" alt=\"briar-post\" class=\"aligncenter size-full wp-image-50299\" /></a></p>\n<p>The theme supports more than a dozen customization options for colors, backgrounds, layouts, and social buttons. Its elegant layout and color selections are some of the nicest customizer controls I’ve seen in recently launched themes. The layout controls allow you to select from three different options for the home, blog, single, archive, category archive, search, 404, and default page templates. Briar includes six prepared color schemes as well as 15 different color pickers for customizing individual elements of the theme.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg\" rel=\"attachment wp-att-50319\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg?resize=1025%2C612\" alt=\"customizer-layouts\" class=\"aligncenter size-full wp-image-50319\" /></a></p>\n<p>The theme supports an optional sidebar widget area, which will appear on the templates where you assign a layout with a sidebar. If you’re using Jetpack, you can enable the infinite scrolling module without having any conflicts.</p>\n<p>Briar’s design provides excellent readability with contrasting fonts – Noto sans for headlines and Martel for paragraph text.</p>\n<p>Check out the <a href=\"http://demo.slicejack.com/briar/\" target=\"_blank\">live demo</a> at SliceJack to see the theme in action with the single-column layout.</p>\n<p>Briar is Slicejack’s first free theme but they have another in the pipeline for approval. The theme is <a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">available on WordPress.org</a> and is also hosted on <a href=\"https://github.com/themejack/briar\" target=\"_blank\">GitHub</a>. If you’re looking to restart your blog in 2016 with a no-frills, content-focused WordPress theme, Briar fits the bill.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 07 Jan 2016 00:27: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: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:60:\"WPTavern: WordPress 4.4.1 Patches XSS Security Vulnerability\";s: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:28:\"http://wptavern.com/?p=50297\";s: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:\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\";s: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:1415:\"<p>WordPress 4.4.1 is <a href=\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\">available for download</a> and includes 52 fixes, one of which patches a cross site scripting vulnerability <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>. This release address two severe bugs and updates the polyfill used for emoji to support Unicode 8. Support for Unicode 8 adds new diversity emoji to WordPress.</p>\n<p>Other notable changes include the <a href=\"https://core.trac.wordpress.org/ticket/35152\">removal of Rdio embed support</a>, <a href=\"https://core.trac.wordpress.org/ticket/34976\">plugins failing to update after WordPress 4.4 is installed</a>, and a <a href=\"https://make.wordpress.org/core/2016/01/05/4-4-1-release-candidate/\">handful of changes</a> to responsive images. Sites configured to receive automatic updates should update within 24 hours. Since 4.4.1 is a security release, you should initiate the update process as soon as possible.</p>\n<p>A total of 36 people contributed to this release. If you encounter problems after updating, please <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">create a new thread</a> in the WordPress.org support forums where volunteers are standing by to help out.</p>\n<div id=\"epoch-width-sniffer\"></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, 06 Jan 2016 20:33:09 +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:\"Jeff Chandler\";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:111:\"WPTavern: Save Time Editing Multiple Posts, Pages, and Custom Post Types With the Destination After Save 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:28:\"http://wptavern.com/?p=50275\";s: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:119:\"http://wptavern.com/save-time-editing-multiple-posts-pages-and-custom-post-types-with-the-destination-after-save-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:2411:\"<p>If you need to edit a lot of content and want to save time doing so, check out a new plugin called <a href=\"https://wordpress.org/plugins/destination-after-save/\">Destination After Save</a> created by, <a href=\"https://profiles.wordpress.org/robertwhitis/\">Robert Whitis</a>. Destination after save overrides WordPress’ default save behavior and creates a new meta box on the post and page creation screens. Users can choose what to do after saving a post, page, or custom post type.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png\" rel=\"attachment wp-att-50280\"><img class=\"size-full wp-image-50280\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png?resize=273%2C246\" alt=\"Destination After Save Meta Box Settings\" /></a>Destination After Save Meta Box Settings\n<p>It also adds a setting to the user profile screen where users can choose whether the default behavior of WordPress is to view the content or continue editing after clicking the save button.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png\" rel=\"attachment wp-att-50281\"><img class=\"size-full wp-image-50281\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png?resize=412%2C128\" alt=\"Destination After Save User Profile Settings\" /></a>Destination After Save User Profile Settings\n<p>Whitis was inspired to create the plugin after editing large volumes of content and revisions on a regular basis. Destination after save can also increase performance on large WordPress Multisite installations by reducing page loads, “If you are paying for web hosting based on usage, reducing the number of page loads in this way could have a real effect on the cost of bandwidth if thousands or millions of users are producing content,” Whitis told the Tavern.</p>\n<p>One thing I discovered during testing is that content with long titles are cut off because of the drop-down menu location. Other than that, it works as expected on WordPress 4.5 alpha. Whether it’s creating, editing, or doing repetitive tasks to manage content, destination after save can save you some time. Destination after save is free and <a href=\"https://wordpress.org/plugins/destination-after-save/\">available for download</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></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, 06 Jan 2016 08:53:29 +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:\"Jeff Chandler\";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:83:\"WPTavern: Linode Confirms Data Security Breach That Matches Recent WP Engine Attack\";s: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:28:\"http://wptavern.com/?p=50236\";s: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:93:\"http://wptavern.com/linode-confirms-data-security-breach-that-matches-recent-wp-engine-attack\";s: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:5158:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png\" rel=\"attachment wp-att-50256\"><img class=\"aligncenter size-full wp-image-50256\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png?resize=768%2C363\" alt=\"linode\" /></a></p>\n<p>Cloud hosting provider <a href=\"http://status.linode.com/incidents/mmdbljlglnfd\" target=\"_blank\">Linode has been combatting DDoS attacks</a> since Christmas Day, which have caused multiple disruptions and service outages across its global data centers. The attacks are ongoing and the company is struggling to keep its status blog up to notify customers.</p>\n<p>In addition to the DDoS attacks, <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">Linode has also confirmed a data security breach</a>:</p>\n<blockquote><p>A security investigation into the unauthorized login of three accounts has led us to the discovery of two Linode.com user credentials on an external machine. This implies user credentials could have been read from our database, either offline or on, at some point. The user table contains usernames, email addresses, securely hashed passwords and encrypted two-factor seeds. The resetting of your password will invalidate the old credentials.</p></blockquote>\n<p>All Linode Manager passwords have been expired as a precaution after customer credentials were found in the wild. The team is working around the clock to mitigate the DDoS attacks and further investigate the unauthorized access to customer accounts. Linode has not yet determined whether there is a link between the two attacks.</p>\n<p>Several days ago, WP Engine <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach\" target=\"_blank\">identified its cloud infrastructure provider as the entry point for the company’s recent security breach</a>. The company is listed as one of Linode’s customers. Jason Cohen, the company’s founder and CTO, jumped in to answer several <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach#comments\" target=\"_blank\">questions in WP Tavern comments</a> earlier today but would neither confirm nor deny that Linode is the cloud infrastructure provider in question.</p>\n<p>PagerDuty, a former Linode customer and <a href=\"https://www.pagerduty.com/blog/july-2015-security-announcement/\" target=\"_blank\">victim of a similar attack</a>, speculates that <a href=\"https://news.ycombinator.com/item?id=10845985\" target=\"_blank\">Linode may have been compromised since July 2015</a> and is only now announcing it:</p>\n<blockquote><p>We immediately reached out to them not only to inform them of their compromise, but to assist them in investigating it. We were confident that the Linode database had been breached, and that the secret key used to encrypt information in the database had been compromised as well.</p>\n<p>In addition to reaching out to Linode, we also worked with a third-party security firm to audit our work done during the incident. Likewise, around the same time we reached out to law enforcement to assist in investigating the attack. We did not get confirmation in July that there was a breach of the Linode Manager or any associated credentials.</p></blockquote>\n<p>PagerDuty migrated away from Linode in August because of this breach, but the company was not allowed to disclose to its customers that Linode was the point of entry.</p>\n<p>WP Engine’s security breach is strikingly similar, as the company’s attacker bypassed multiple layers of authentication to gain access to an administrative panel. According to Cohen, “the criminal’s behavior in this exposure matches a pattern seen in other attacks throughout 2015.”</p>\n<p>If multiple Linode customers have been affected and are unable to reveal the point of entry, they may have put pressure on the cloud hosting provider to finally publicly disclose the nature of the attack.</p>\n<p>In an age when nearly every hosting provider will have attacks and service disruptions, what matters is how they handle it and communicate with their customers. Linode has been plagued by <a href=\"http://arstechnica.com/business/2012/03/bitcoins-worth-228000-stolen-from-customers-of-hacked-webhost/\">multiple</a> <a href=\"https://blog.linode.com/2013/04/16/security-incident-update/\" target=\"_blank\">security</a> <a href=\"https://blog.linode.com/2014/01/19/an-old-system-and-a-swat-team/\" target=\"_blank\">issues</a> in the past. Failure to disclose incidents in a timely way can be costly, especially in the current competitive hosting market where transparency with customers is at a premium.</p>\n<p>When Linode’s investigation of the criminal activity is complete, it would be appropriate for them to disclose how long they knew about this compromise and when they first acted on it. The most <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">recent update</a> on the security breach does not include a specific timeline of events.</p>\n<div id=\"epoch-width-sniffer\"></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, 06 Jan 2016 07:04: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: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:52:\"WPTavern: WordPress.org Added 910 New Themes in 2015\";s: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:28:\"http://wptavern.com/?p=50170\";s: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:62:\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\";s: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:6275:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg\" rel=\"attachment wp-att-28301\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg?resize=1024%2C514\" alt=\"photo credit: Βethan - cc\" class=\"size-full wp-image-28301\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/beth19/4912628387/\">Βethan</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>The WordPress.org Theme Review Team has just wrapped up a busy year of adding new themes, approving updates, and overhauling procedures. In 2015, the team <a href=\"https://make.wordpress.org/themes/2016/01/04/happy-new-year-thank-you/\" target=\"_blank\">reviewed and approved 910 new themes</a> with the help of 236 reviewers, according to TRT member Ulrich Pogson.</p>\n<p>Despite their best efforts, the team cannot keep up with the massive influx of themes. The queue has been bogged down by submissions from authors whose themes have not been run against <a href=\"https://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\">Theme Unit Test Data</a> and the <a href=\"https://wordpress.org/plugins/theme-check/\" target=\"_blank\">Theme Check Plugin</a>.</p>\n<p>At the end of 2015, some <a href=\"http://wptavern.com/why-some-theme-authors-are-waiting-two-months-or-more-for-their-first-review\" target=\"_blank\">theme authors were waiting two or more months</a> before their first review. One of the reasons, according to TRT member Justin Tadlock, is that many of the themes submitted are far from ready to be approved upon their initial review.</p>\n<p>“The majority of themes submitted don’t follow the guidelines, which considerably slows down the process,” Tadlock said. “Themes will often have 20-30 issues or more. If we can get to a point where the majority of submissions only have a few minor issues, we really wouldn’t have a queue.”</p>\n<h3>Automation is Coming Soon</h3>\n<p>The Theme Review Team made a number of controversial decisions at the beginning of 2015, including the move to <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\" target=\"_blank\">require theme authors to use the customizer for building theme options</a>. Negative pushback from the community came to a head when the team started cracking down on <a href=\"http://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">violations of the presentation vs. functionality guideline</a>.</p>\n<p>At the end of May, Matt Mullenweg joined in on the Theme Review Team’s slack channel and challenged them to look at the review process and directory in a new way, opening up new avenues for the team to pursue in <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\" target=\"_blank\">improving that experience</a>. This was a watershed moment for the Theme Review Team that resulted in the unanimous approval of <a href=\"http://wptavern.com/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\" target=\"_blank\">a new roadmap to improve the directory and review process</a>.</p>\n<p>The team is now <a href=\"https://make.wordpress.org/themes/2015/10/07/automation-here-we-come/\" target=\"_blank\">moving towards more automation</a>, the first item on the roadmap, starting with auto-approval of theme updates. Automation will make a major impact on the time themes spend in the queue. The team has yet to implement it fully, because they’re still putting the code in place to improve the system.</p>\n<h3>2015 Theme Review Team Milestones</h3>\n<p>Despite delays on the roadmap, the Theme Review Team implemented many excellent changes during 2015, especially pertaining to education and documentation. In February, the team <a href=\"http://wptavern.com/wordpress-theme-review-handbook-updated-to-include-design-recommendations\" target=\"_blank\">updated the Theme Review Handbook to include design recommendations</a>. These recommendations were created to encourage design feedback on submissions to the directory and are formatted to help the theme author think more critically about design decisions.</p>\n<p>Following the new requirement for WordPress.org themes to use the customizer for creating options, the TRT rallied, putting together more customizer resources and documentation. Nick Halsey assisted the team by updating the Theme Developer Handbook with <a href=\"http://wptavern.com/wordpress-theme-developer-handbook-updated-with-comprehensive-guide-to-the-customizer-api\" target=\"_blank\">a comprehensive guide to the customizer API</a>. The team also began <a href=\"http://wptavern.com/wordpress-theme-review-team-launches-code-examples-library-on-github\" target=\"_blank\">curating a library of code examples on GitHub for theme developers</a>, with the first section devoted to customizer code.</p>\n<p>When WordPress 4.3 added the site icons feature, the Theme Review Team began working with authors to <a href=\"http://wptavern.com/theme-review-team-begins-phasing-out-favicon-support\" target=\"_blank\">phase out favicon support</a> in themes. By the time WordPress 4.5 rolls around, all themes hosted in the official directory should be on track to use the core-supported method of adding site icons.</p>\n<p>In July, the team <a href=\"http://wptavern.com/wordpress-theme-review-team-votes-to-allow-themes-to-use-the-rest-api-plugin\" target=\"_blank\">voted to allow themes to use the WP REST API plugin</a>, officially welcoming these new types of themes into the directory.</p>\n<p>Throughout 2015, the Theme Review team moved quickly to navigate new waters as WordPress core improved. All of these initiatives and resources were created in addition to the 910 new themes that were reviewed and added to the directory. This is remarkable, given that the team is primarily made up of volunteers.</p>\n<p>With the improved tools coming in 2016, WordPress.org theme authors can expect faster reviews, freeing up more time for reviewers to focus on improving the directory, creating more educational resources, and mentoring new reviewers.</p>\n<div id=\"epoch-width-sniffer\"></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, 06 Jan 2016 00:28: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: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: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:73:\"WPTavern: 63% of WordPress Core Committers Are Not Employed by Automattic\";s: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:28:\"http://wptavern.com/?p=50208\";s: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:99:\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\";s: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:4262:\"<p>In 2014, we <a href=\"http://wptavern.com/trend-more-people-getting-commit-access-to-the-core-of-wordpress\">wrote about the trend</a> of more people receiving commit access to WordPress core. Fast forward to the beginning of 2016 and a total of 35 people can commit code to the core of WordPress. Helen Hou-Sandí, WordPress Lead Developer, <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">published the stat</a> on Twitter and notes that 22 out of the 35 committers are not employed by Automattic.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Of the 35 WP core committers, 22 do not work for Automattic. Just in case you were still thinking that WordPress is an Automattic project.</p>\n<p>— Helen 侯-Sandí (@helenhousandi) <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">December 30, 2015</a></p></blockquote>\n<p></p>\n<p>Aaron Jorbin, WordPress Core Developer, <a href=\"https://twitter.com/aaronjorbin/status/682294815116124160\">published additional</a> statistics on Twitter.</p>\n<ul>\n<li>Automattic employees made up 20.4% of all commits</li>\n<li>Employees of 10up represented 18.8% of all commits</li>\n<li>Scott Taylor represents 18.7% of all commits</li>\n<li>13 people had more than 100 commits</li>\n<li>Self-employed folks represented 9.7% of all commits</li>\n</ul>\n<p>Here is the same information in a colorful pie chart:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png\" rel=\"attachment wp-att-50209\"><img class=\"size-full wp-image-50209\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png?resize=497%2C398\" alt=\"Core Committer Pie Chart by Aaron Jorbin\" /></a>Core Committer Pie Chart by Aaron Jorbin\n<p>A WordPress core committer is someone who has access to merge code into the WordPress code base, used by millions of people. It’s an enormous responsibility and a recognition of trust, quality, and activity.</p>\n<p>In WordPress’ early years, the number of people with commit access consisted of just a handful of people. In 2010, Matt Mullenweg, Co-Founder of the WordPress project, <a href=\"https://make.wordpress.org/core/2010/01/12/dd32-whatcha-gonna-do/\">started the process</a> of expanding that number, “One of the goals for the team in 2010 is to greatly expand the number of people with direct commit access, so the emphasis is more on review and collaboration,” he said.</p>\n<p>There are a myriad of titles given to people involved in the WordPress project. Here are the main titles used to describe those contributing to core.</p>\n<ul>\n<li>Release Lead is a temporary title given to those who are leading a WordPress release cycle.</li>\n<li>Lead Developers are those who influence the project’s direction and are highly involved in the decision-making process.</li>\n<li>Core Developers are permanent committers.</li>\n<li>Contributing Developers are guest committers, feature plugin lead developers, and other contributors highlighted by the release lead.</li>\n</ul>\n<p>In addition to increasing the number of people with commit access, it’s important to recognize the employment of those individuals. In WordPress’ early days, some people were concerned that too many Automattic employees with commit access meant that the company owned and controlled the project. WordPress development only served the commercial interests of Automattic.</p>\n<p>Hou-Sandí’s statistic that 22 out of the 35 core committers are not employed by Automattic is proof that this isn’t the case. It also disproves the theory that Automattic owns and controls WordPress. To say that <strong>Automattic is WordPress</strong> is false and a slap in the face to the countless number of people who contribute to the project.</p>\n<p>If you’d like to be part of the awesome statistics shared above, check out <a href=\"https://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">Nacin’s post</a> on the qualities of a great WordPress contributor. Also, if you ever want to know who the people are creating WordPress, visit the About page in the WordPress backend and click the Credits tab.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 05 Jan 2016 22:33: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:13:\"Jeff Chandler\";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:96:\"WPTavern: WordCamp Miami 2016 Adds New JavaScript Track, Freelancer’s Workshop, and Kids Panel\";s: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:28:\"http://wptavern.com/?p=50187\";s: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:101:\"http://wptavern.com/wordcamp-miami-2016-adds-new-javascript-track-freelancers-workshop-and-kids-panel\";s: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:5003:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wcmia-session.jpg\" rel=\"attachment wp-att-50188\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wcmia-session.jpg?resize=1025%2C525\" alt=\"wcmia-session\" class=\"aligncenter size-full wp-image-50188\" /></a></p>\n<p><a href=\"https://2016.miami.wordcamp.org/\" target=\"_blank\">WordCamp Miami 2016</a> organizers are ramping up for their 8th event to be held February 19-21 at the Florida International University School of Business. Ptah Dunbar is stepping up as the lead organizer for the event, which is expected to draw more than 700 attendees.</p>\n<p>BuddyCamp Miami will kick off the event on the 19th, led by John James Jacoby who will be sharing on the current state of BuddyPress.</p>\n<p>“Last year I think organizers and speakers were impressed with the developer-related talks and how many people were learning first-hand what BuddyPress can do.” organizer David Bisset said. “This year we are hoping to do that plus explore how others are using BuddyPress (in building websites and plugins) beyond the obvious ways it can be used.”</p>\n<p>WordCamp Miami will also host its usual Beginner’s workshop and will continue its How-To track, which received positive reviews last year. Speakers will continue the camp’s new tradition of going directly to the Happiness Bar to answer questions after their talks.</p>\n<h3>New “Learn JavaScript Deeply” Track</h3>\n<p>In response to Matt Mullenweg urging developers to learn JavaScript, WordCamp Miami will be hosting its first “Learn JavaScript Deeply” track for attendees on Sunday, February 21st.</p>\n<p>“The track is very much setup as an almost full day workshop with a great local developer Michael Schofield hosting,” Bisset said. “As it’s planned now, the day starts off with several speakers introducing the required tools for working with JavaScript and WordPress. From there we explore the more advanced aspects of JavaScript while touching on frameworks such as BackBone, AngularJS, and React.”</p>\n<p>WordPress developers Josh Pollock, Camden Segal, and Kevin Stover will be presenting along with local and surprise speakers. Attendees will receive resources after the event that they can use to continue learning and writing code.</p>\n<h3>New Freelancer’s Workshop</h3>\n<p>In 2015, WordCamp Miami hosted a general workshop day for more than 300 attendees. This year the conference will host a <a href=\"https://2016.miami.wordcamp.org/2016/01/03/announcing-our-freelance-workshop-february-19th/\" target=\"_blank\">Freelancer’s Workshop</a> on February 19th.</p>\n<p>“We have so many freelancers (or people wishing to jump into freelancing) in South Florida, it seemed like a no-brainer once we clearly saw that the number of speaker submissions would support such a workshop,” organizer David Bisset said.</p>\n<p>The workshop will cover subjects like pricing strategies, branding yourself as a freelancer, and client relations. Keeping freelancer topics in a separate workshop allows WordCamp Miami’s business track (held on Sunday, February 21st), to be more focused towards businesses and less on individual freelancers.</p>\n<h3>WordPress Users: The Next Generation</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/kids-blogging-feature.jpg\" rel=\"attachment wp-att-23102\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/kids-blogging-feature.jpg?resize=1025%2C490\" alt=\"kids-blogging-feature\" class=\"aligncenter size-full wp-image-23102\" /></a></p>\n<p>WordCamp Miami will be hosting its first kids’ panel, “The Next Generation of WordPress Users,” on Sunday, February 21st. Organizers are actively looking for children under 18 who use WordPress and/or those who blog on other platforms. The panel will showcase how young people are using WordPress, what they think about blogging, and what other technologies they are using for publishing.</p>\n<p>“Miami has always been youth-friendly but we thought a panel would be a good way to bring more young ones into the weekend schedule so that WordPress developers and leaders get to hear the childrens’ viewpoints and thoughts – what tools they are using – why they are using them, etc,” Bisset said. “The newest generation will soon be the ones creating the new WordPress themes or plugins (or perhaps building something totally unique). I think their viewpoints are just as important as those who might be looking for that next great JavaScript app powered by WordPress.”</p>\n<p>The 2016 edition of WordCamp Miami will have something for everyone, from beginners to more advanced WordPress users, with its schedule of unique tracks and workshops. This event has sold out every year, so if you intend to go you’ll want to <a href=\"http://2016.miami.wordcamp.org/\" target=\"_blank\">grab your ticket</a> soon.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 05 Jan 2016 16:59: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: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:39:\"Akismet: Akismet WordPress Plugin 3.1.7\";s: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:31:\"http://blog.akismet.com/?p=1897\";s: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:59:\"http://blog.akismet.com/2016/01/04/akismet-3-1-7-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:998:\"<p>Version 3.1.7 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update fixes a bug that caused Akismet’s “Remove author URL” feature to be incompatible with WordPress 4.4, and it improves the post-activation process for those using screen readers or other assistive devices.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1897/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1897/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1897&subd=akismet&ref=&feed=1\" width=\"1\" height=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2016 23:29:17 +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:17:\"Christopher Finke\";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: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: WP Engine Identifies Cloud Infrastructure Provider as Entry Point for Recent Security Breach\";s: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:28:\"http://wptavern.com/?p=50158\";s: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:113:\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach\";s: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:2709:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\" rel=\"attachment wp-att-34106\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" class=\"aligncenter size-full wp-image-34106\" /></a></p>\n<p>On December 9th, 2015, WP Engine sent out an urgent notice to its customers regarding a <a href=\"http://wptavern.com/wp-engine-security-breach-customer-credentials-exposed\" target=\"_blank\">security breach wherein customer credentials were exposed</a>. This incident prompted an investigation, which is now complete.</p>\n<p>According to the most recent and <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">final update</a>, investigators determined that the security exposure came through one of the host’s cloud infrastructure providers. Customer credentials were exposed on December 4th and detected by WP Engine on December 9th. At that point customers were notified, the investigation was launched, and customer credentials were reset as a security precaution.</p>\n<p>“WP Engine was attacked by an external criminal whose point of entry came through one of our cloud infrastructure providers,” founder and CTO Jason Cohen told the Tavern.</p>\n<p>“An investigation by our own security team and independent security experts revealed the attacker bypassed multiple layers of authentication and gained unauthorized access to an administrative panel provided by this infrastructure provider. The criminal’s behavior in this exposure matches a pattern seen in other attacks throughout 2015,” he said.</p>\n<p>When news of the breach was first published customers expressed frustration about the host’s lack of two-factor authentication. However, Cohen said that 2FA would not have made an impact for those affected by the recent security breach.</p>\n<p>“Because the point of entry wasn’t one of our systems, 2FA would not have prevented this event,” he said. “That said, 2FA is a best-practice, and so we do have plans to roll out 2FA in our User Portal in early 2016.</p>\n<p>“We also recommend that our customers enable 2FA for their WordPress site using one of the following recommended plugins: Google Authenticator or Clef, or use an external authentication system such as Google OAuth,” Cohen said.</p>\n<p>WP Engine contacted the companies that were directly impacted by the attacker and implemented a plan to ensure their security. The independent investigation is now complete, but WP Engine continues to work with law enforcement authorities who are conducting a criminal investigation.</p>\n<div id=\"epoch-width-sniffer\"></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, 04 Jan 2016 22:24:40 +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: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:74:\"WPTavern: Git for WordPress Developers: A Free Video Course from WP Pusher\";s: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:28:\"http://wptavern.com/?p=50150\";s: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:83:\"http://wptavern.com/git-for-wordpress-developers-a-free-video-course-from-wp-pusher\";s: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:4290:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png\" rel=\"attachment wp-att-50165\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png?resize=1025%2C510\" alt=\"git-4-wp\" class=\"aligncenter size-full wp-image-50165\" /></a></p>\n<p>Peter Suhm, creator of <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, just released a new free video course for WordPress developers. After the success of his email-based <a href=\"https://wppusher.com/wordpress-git-crash-course\" target=\"_blank\">WP Git Crash Course</a>, Suhm jumped head-first into creating more educational material in video format. <a href=\"https://git4wp.com/\" target=\"_blank\">Git4wp.com</a> launched this week with more than 1.5 hours of recorded lessons, split up into 35 videos.</p>\n<p>The new course offers a comprehensive look at commands, workflows, and anything a WordPress developer would need to know about using GitHub. Suhm’s teaser for the course is a 5-minute screencast demonstrating how to contribute to an open source WordPress plugin on GitHub.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>More Git-proficient WordPress developers means more potential customers for Suhm’s WP Pusher product, which allows you to deploy WordPress themes and plugins from GitHub.</p>\n<p>“The videos are a great way for me to educate developers who might be interested in WP Pusher, so we can be more on the same page,” Suhm said. “There’s a lot of jargon in the world of Git.”</p>\n<p>In addition to the new video format, he opted to take a beginner-friendly approach with bite-sized tutorials for all skill levels.</p>\n<p>“The email course I made last summer was very well received and the number one piece of feedback was to create a similar thing in video format,” he said. “The email course was very much chronological, mostly showing my own workflow. With the videos I wanted to make something that was more for everyone – from beginners to developers already using Git. I think there will be a video for everyone, even more advanced Git users.”</p>\n<p>The course begins with videos explaining what Git is and why you might want to use it, the difference between Git and Subversion, and covers the most commonly-used Git commands. The following videos include a breakdown of more advanced commands like <code>git bisect</code> and <code>git rebase</code>.</p>\n<p>With more WordPress-related projects moving to GitHub, Suhm thought that it was a good time to create a video resource to help developers get on board. He underestimated the effort it would require until after he had already jumped headlong into creating <a href=\"https://git4wp.com\" target=\"_blank\">Git4wp.com</a>.</p>\n<p>“Honestly, when I started recording the videos, I didn’t realize the amount of work I was in for,” Suhm told the Tavern. “Since I’ve been using Git professionally on a daily basis for a good amount of time, I thought I could just hit record and start talking. Recording and especially editing the videos ended up taking way more time than I thought initially.</p>\n<p>“Screencasts are something I’ve wanted to try for a while. I’m not a native English speaker, so it’s also been a personal challenge releasing the videos,” he said.</p>\n<p>Suhm plans to keep updating the videos and will add more as time permits. He is committed to keeping the course free as an educational resource for WordPress developers.</p>\n<p>“I don’t need to make money from the videos, since they are in a sense subsidized by my product WP Pusher,” he said. “It’s much like when a company contributes to open source, which they can only afford if they have income coming from somewhere else.”</p>\n<p>The last set of videos include an overview of how to contribute to GitHub-hosted open source projects as well as tips for incorporating WP Pusher into your workflow. <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> is 100% free for open source projects that are hosted in a public repository, so students of the course can easily follow along and practice with their own projects.</p>\n<div id=\"epoch-width-sniffer\"></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, 04 Jan 2016 17:29: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: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:30:\"Matt: Dorm Room Tycoon Podcast\";s: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:21:\"http://ma.tt/?p=45726\";s: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:46:\"http://ma.tt/2016/01/dorm-room-tycoon-podcast/\";s: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:133:\"<p>I joined an episode of the Dorm Room Tycoon podcast, <a href=\"http://drt.fm/matt-mullenweg/\">which you can check out here</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:\"Sat, 02 Jan 2016 18:56:18 +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:70:\"WPTavern: WPWeekly Episode 219 – The 2015 Year in Review Part 2 of 2\";s: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:44:\"http://wptavern.com?p=50137&preview_id=50137\";s: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:\"http://wptavern.com/wpweekly-episode-219-the-2015-year-in-review-part-2-of-2\";s: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:1226:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I wrap up our year in review. We look back at the biggest stories from July-December of this year. Thank you to everyone who listened to the show throughout 2015. Marcus and I plan to expand beyond WordPress in 2016 to discuss mental health, distributed worker health, and accessibility. If you know someone who would make a great guest on any of these topics, please contact me at <strong>jeffc at wptavern.com</strong>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 6th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #219:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 31 Dec 2015 21:43:27 +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:\"Jeff Chandler\";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:22:\"Matt: The Changing Web\";s: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:21:\"http://ma.tt/?p=45728\";s: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:38:\"http://ma.tt/2015/12/the-changing-web/\";s: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:985:\"<p>Hossein Derakhshan was a key blogger in Iran who was jailed for his writing, and recently released. He has entered a new world:</p>\n<blockquote><p>I miss when people took time to be exposed to opinions other than their own, and bothered to read more than a paragraph or 140 characters. I miss the days when I could write something on my own blog, publish on my own domain, without taking an equal time to promote it on numerous social networks; when n<span class=\"text_exposed_show\">obody cared about likes and reshares, and best time to post.</span></p>\n<div class=\"text_exposed_show\">\n<p>That’s the web I remember before jail. That’s the web we have to save.</p>\n</div>\n</blockquote>\n<p><a href=\"http://www.theguardian.com/technology/2015/dec/29/irans-blogfather-facebook-instagram-and-twitter-are-killing-the-web\">You should read the entire article (it’s long) on the Guardian</a>. <cite>Hat tip: <a href=\"http://kevin.lexblog.com/\">Kevin O’Keefe</a>.</cite></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, 30 Dec 2015 19:11: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: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: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:86:\"WPTavern: Microsoft Adds WordPress Data Source and Template to Windows App Studio Beta\";s: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:28:\"http://wptavern.com/?p=50125\";s: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:96:\"http://wptavern.com/microsoft-adds-wordpress-data-source-and-template-to-windows-app-studio-beta\";s: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:1923:\"<p>Budding Windows App Studio developers who want an easy way to create a Windows application of their WordPress sites are in luck. In the December update, the <a href=\"https://blogs.windows.com/buildingapps/2015/12/22/windows-app-studio-december-2015-update/\">Windows App Team announced</a> a couple of new features including, a WordPress data source and template.</p>\n<p><a href=\"https://appstudio.windows.com/\">Windows App Studio</a> is a template-driven, drag-and-drop software development tool that enables developers to publish Windows applications.</p>\n<p>The new data source enables developers to easily connect Windows Applications to WordPress sites. Not only can developers pull content from WordPress sites and display it within an app, they can also publish the app to the <a href=\"https://www.microsoft.com/en-us/windows/apps-and-games\">Windows Store</a>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png\" rel=\"attachment wp-att-50126\"><img class=\"size-full wp-image-50126\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png?resize=1025%2C724\" alt=\"Windows App Studio WordPress Template\" /></a>Windows App Studio WordPress Template\n<p>Also part of the update is the ability for application developers to use <a href=\"http://advertising.microsoft.com/en/home\">Microsoft Advertising</a>. Using Microsoft Ad Control, developers can place advertising within their apps. Combining a Windows application that hooks into WordPress that’s available for purchase by millions of Windows 10 users opens up a new monetization opportunity for site owners.</p>\n<p>If you’re interested in developing an application in Windows App Studio, check out <a href=\"https://appstudio.windows.com/en-us/home/howto\">Microsoft’s how-to guide</a> that walks you through the process.</p>\n<div id=\"epoch-width-sniffer\"></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, 30 Dec 2015 08:12: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:13:\"Jeff Chandler\";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:68:\"WPTavern: Progress Report: Adding Shiny Updates for WordPress Themes\";s: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:28:\"http://wptavern.com/?p=50112\";s: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:\"http://wptavern.com/progress-report-adding-shiny-updates-for-wordpress-themes\";s: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:4973:\"<p>Earlier this year, WordPress 4.2 <a href=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process\">added the ability</a> to install and update plugins in-place. This feature is known as “Shiny Updates”. I’m a big fan of this feature because it’s substantially quicker than updating plugins via the updates page. Here’s what it looks like in action.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif\" rel=\"attachment wp-att-41064\"><img class=\"size-full wp-image-41064\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif?resize=837%2C688\" alt=\"New Plugin Update Routine\" /></a>New Plugin Update Routine\n<p>Due to complications near the end of the 4.2 development cycle, <a href=\"https://core.trac.wordpress.org/ticket/31529\">shiny updates for themes</a> was pushed back to a later release. Since WordPress 4.3 and 4.4 didn’t add shiny update support for themes, I reached out to <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, WordPress core developer, to find out its progress.</p>\n<h2>Experimental Plugin</h2>\n<p>The feature is currently on hold as the development team figures out the best way to implement it. The team is experimenting with different approaches <a href=\"https://github.com/obenland/shiny-updates\">using a feature plugin</a>. When installed, updates can be quickly applied from a theme’s detailed information panel by clicking the update now link.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png\" rel=\"attachment wp-att-50116\"><img class=\"size-full wp-image-50116\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png?resize=474%2C236\" alt=\"Shiny Update Support Added\" /></a>Shiny Update Support Added\n<p>Not a lot of people know about the plugin because it was created around the time of WordCamp US. “Most of the things that are in the plugin are just quick ideas, a first iteration to get us going. We haven’t performed any user testing nor have we had a proper design iteration yet,” Obenland told the Tavern.</p>\n<h2>My Experience With Shiny Theme Updates</h2>\n<p>When I’m browsing themes that I’ve installed on my site, they’re displayed in a card format. When a theme has an update available, the update text displays at the top of the card. I tried to click on the text thinking it would update the theme but instead, it opened the theme’s details panel.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png\" rel=\"attachment wp-att-50117\"><img class=\"size-full wp-image-50117\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png?resize=384%2C307\" alt=\"Theme Card Update Notification \" /></a>Theme Card Update Notification\n<p>In the same way I can update plugins on the plugins page, I should be able to update themes on the themes page. Having the shiny update link in the details pane requires an unnecessary mouse click. There are at least two challenges to overcome. The first is rewording the Update Available text to something that serves as both a notification and a link to initiate the update. The second is determining whether it’s an improved user experience.</p>\n<h2>Why Shiny Updates Are so Fast</h2>\n<p>Since shiny updates were added for plugins, I’ve been curious as to why they’re so much quicker than the normal update process. According to Oblenland, shiny updates are quicker because, “We don’t need to reload the entire admin page, twice if you include navigating back to the plugin screen. We only send the update request itself and receive the result of that. So instead of 85 requests over two page loads when deleting a plugin, we only have one,” he said.</p>\n<h2>How You Can Get Involved</h2>\n<p>Although the development team is not sure which direction they’ll go with shiny updates, Obenland says they want to use it to unite various actions in WordPress, “We want to unify the flows of installing/updating/activating/deleting plugins/themes/core with it and ultimately be able to get rid of the bleak screen of sadness that users currently see when performing these actions,” he said.</p>\n<p>Shiny updates is a feature plugin not tied to a specific trac ticket. If you want to keep up with development, you can <a href=\"https://github.com/obenland/shiny-updates\">follow the project</a> on GitHub. You can also follow <a href=\"https://make.wordpress.org/chat/\">discussions on Slack</a> in the <strong>#feature-shinyupdates</strong> channel. Obenland notes that the team is looking for more people who want to help develop, test the plugin, and share feedback at their weekly meetings on Tuesdays at 1900 UTC.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 29 Dec 2015 23:16: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:13:\"Jeff Chandler\";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:49:\"WPTavern: Add Telegram to Jetpack Sharing Buttons\";s: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:28:\"http://wptavern.com/?p=49931\";s: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:59:\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\";s: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:4042:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png\" rel=\"attachment wp-att-50107\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png?resize=1025%2C469\" alt=\"telegram\" class=\"aligncenter size-full wp-image-50107\" /></a></p>\n<p>On December 17, telecommunications companies <a href=\"http://in.reuters.com/article/brazil-whatsapp-ban-idINKBN0U00CT20151217\" target=\"_blank\">cut off access to WhatsApp in Brazil</a> after the company did not comply with police wiretapping requests. Many of the app’s estimated 100 million users went in search of an alternative, landing on <a href=\"https://telegram.org/\" target=\"_blank\">Telegram</a>, WhatsApp’s rival messaging app. Telegram <a href=\"https://twitter.com/telegram/status/677604437905580032\" target=\"_blank\">gained 5.7 million new users</a> in one day as a result of the 48-hr blackout.</p>\n<p>Incidents like this offer Telegram an opportunity to chip away at WhatsApp’s dominant marketshare. As of May 2015, the app reported <a href=\"http://techcrunch.com/2015/05/13/telegram-says-its-hit-62-maus-and-messaging-activity-has-doubled/?ncid=rss\" target=\"_blank\">62 million monthly active users</a>. If you are looking to prioritize and increase mobile traffic on your blog, this is one service you can’t afford to ignore.</p>\n<p><a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram Sharing Button for Jetpack</a> is a plugin that gives mobile readers the ability to send content from your site to Telegram users on any platform, including Android, iPhone, Windows, and desktop clients for Mac, PC, and Linux. The plugin was created by Brazilian WordPress developer <a href=\"http://valeriosouza.com.br/\" target=\"_blank\">Valerio Souza</a>, who is also the the author of the <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp Sharing Button for Jetpack</a>.</p>\n<p>After activating the plugin, if you’re already using Jetpack’s sharing module, you can visit the settings page to drag the Telegram icon into the enabled services section. The new Telegram sharing button will not appear on the desktop version of your site. You will need to test it by visiting a post from a mobile device.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png\" rel=\"attachment wp-att-50086\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png?resize=1025%2C515\" alt=\"telegram-sharing\" class=\"aligncenter size-full wp-image-50086\" /></a></p>\n<p>The only complaint I have is that the white circle around the icon makes it look somewhat out of place among the other icons that share a simpler design. The icon’s resolution also needs to be improved for retina displays. Other than that, everything looks and works as advertised when sharing a post to Telegram.</p>\n<p>If you haven’t recently taken inventory of your Jetpack sharing buttons, you may want to review your most popular content to see what services readers are using to share your posts. Depending on the demographics of your site’s visitors, both the WhatsApp and Telegram sharing buttons may be more beneficial than the “Email,” “Google+,” or “Print” buttons, for example. These could be hidden behind the share button. As groups and channels become more common on mobile messaging apps, prominently displaying sharing buttons for these services may help your posts travel faster and further than any kind of search engine optimization.</p>\n<p>Both the <a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram</a> and <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> Sharing buttons for Jetpack can be downloaded for free from the WordPress.org plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 29 Dec 2015 20:53: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: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: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:83:\"WPTavern: Automattic’s WordAds Network is Now Open to Self-Hosted WordPress Sites\";s: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:28:\"http://wptavern.com/?p=50053\";s: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:90:\"http://wptavern.com/automattics-wordads-network-is-now-open-to-self-hosted-wordpress-sites\";s: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:3909:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png\" rel=\"attachment wp-att-50071\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png?resize=1025%2C481\" alt=\"AdControl\" class=\"aligncenter size-full wp-image-50071\" /></a></p>\n<p>Automattic <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announced</a> today that its <a href=\"https://wordads.co/\" target=\"_blank\">WordAds</a> advertising network is now available to self-hosted WordPress sites via Jetpack and the new <a href=\"https://wordpress.org/plugins/radcontrol/\" target=\"_blank\">AdControl</a> plugin. WordAds, which bears a name confusingly similar to Google’s <a href=\"https://www.google.com/adwords/\" target=\"_blank\">AdWords</a>, delivers all the advertising seen on WordPress.com’s free sites. (Ad display on VIP or upgraded sites is opt-in.)</p>\n<p>Self-hosted WordPress site owners who want to earn money with WordAds must first <a href=\"https://wordads.co/signup/\" target=\"_blank\">apply</a> to join the network and are required to meet a minimum traffic requirement. Automattic doesn’t publish the exact minimum necessary for eligibility but the <a href=\"https://wordads.co/faq/\" target=\"_blank\">WordAds FAQ</a> page says “a site generally needs thousands of page views each month.” The site will also need to have both Jetpack and the AdControl plugin installed.</p>\n<p>“We’ve been working on the plugin off and on (mostly off) since mid 2014,” said Derek Springer, a Code Wrangler at Automattic who helped write the AdControl plugin. “We took a big pause to completely re-work the back end (WordAds 2.0) which is what we are now using all over WordPress.com.”</p>\n<p><a href=\"https://wordads.co/2015/11/02/introducing-wordads-2-0/\" target=\"_blank\">WordAds 2.0</a>, unveiled in November 2015, integrated WordAds into WordPress.com’s main Settings interface with earnings reports and payout information. It also introduced a real time bidding environment where ad agencies and buyers can bid on global ad impressions.</p>\n<p>In 2013, Automattic paid out around $1 million to WordAds publishers whose sites delivered 1 billion ad impressions per month. Published numbers are not yet available for 2015, but WordAds 2.0 has increased interest in the program, according to the <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announcement</a> today. With the release of AdControl for self-hosted sites, the number of publishers available on the network has the potential to increase significantly.</p>\n<h3>Why Does AdControl Require Jetpack?</h3>\n<p>For years, the WordPress community has been <a href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\" target=\"_blank\">waiting to see how Automattic will monetize Jetpack</a>. In addition to giving self-hosted users access to many of WordPress.com’s features, Jetpack now serves as a gateway to Automattic’s advertising network for more than 1 million active installs.</p>\n<p>I asked Springer why AdControl requires Jetpack and he cited the following reasons:</p>\n<ul>\n<li>We need the site’s unique ID (assigned to each Jetpack site) to track ad impressions in the back-end.</li>\n<li>We piggyback on Jetpack’s REST API connection to access some authenticated endpoints in the WP.com API.</li>\n<li>The payout/earning settings are all controlled via Calypso and we want a singular, unified experience.</li>\n</ul>\n<p>WordAds is deeply tied into WordPress.com’s infrastructure and as such requires authentication for tracking and rewarding participating sites. Jetpack provides the connecting link and is now key to opening up the world of independently-hosted WordPress blogs to Automattic’s advertising network.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 29 Dec 2015 06:27: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: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: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:58:\"WPTavern: Pique: A Free Small Business Theme for 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:28:\"http://wptavern.com/?p=50031\";s: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:67:\"http://wptavern.com/pique-a-free-small-business-theme-for-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:3605:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png\" rel=\"attachment wp-att-50040\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png?resize=1025%2C496\" alt=\"pique-cafe-theme\" class=\"aligncenter size-full wp-image-50040\" /></a></p>\n<p>Most of the themes created by the professional design team at WordPress.com are geared towards bloggers. Business themes make up a much smaller segment of those designed in-house. That’s why the latest <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">Pique</a> theme is an unusual and exciting release.</p>\n<p>Although the theme was originally designed for coffee shops, it also works well for other small businesses like cafés, bakeries, hair salons, and shops. Pique can be instantly branded for any business by uploading a logo and a custom header.</p>\n<p>Its unique scrolling front page is created by adding panel sections, which are actually standard pages with content and featured images. Pique includes eight optional panels, which can be assigned within the customizer. Each panel control includes a dropdown selection of pages for the panel content, a background color option, and the ability to adjust the featured image’s opacity.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png\" rel=\"attachment wp-att-50044\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png?resize=1025%2C2032\" alt=\"pique-front-page\" class=\"aligncenter size-full wp-image-50044\" /></a></p>\n<p>Single posts have an optional sidebar and the footer also includes three widget areas. Pique supports different page designs via three unique templates: full-width, grid, and testimonials. A grid style page needs to be set as a parent page and individual items will show up if they are set as child pages. The featured image of the child page displays as an image in the grid. It’s a somewhat convoluted process that’s not terribly intuitive, but it works.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png\" rel=\"attachment wp-att-50047\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png?resize=660%2C343\" alt=\"grid-template\" class=\"aligncenter size-full wp-image-50047\" /></a></p>\n<p>Testimonials and recent blog posts can be displayed within the panels following instructions in the theme’s documentation. All testimonial content can also be viewed via its dedicated archive page at /testimonial/.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png\" rel=\"attachment wp-att-50049\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png?resize=660%2C264\" alt=\"testimonial-template\" class=\"aligncenter size-full wp-image-50049\" /></a></p>\n<p>Pique has the capacity for special formatting using icons from <a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\">Font Awesome</a>. Call-to-action buttons and panel overlay text can be added using short HTML snippets from the theme’s instructions.</p>\n<p>Pique makes it easy for anyone to build a one-page, branded website with all the specialized content sections that you would traditionally expect from a business theme. It has not yet arrived on WordPress.org but self-hosted uses can download the theme as a zip file from its <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 29 Dec 2015 00:30: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: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:85:\"WPTavern: What’s Your Limit of Advertising and Upselling in Free WordPress Plugins?\";s: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:28:\"http://wptavern.com/?p=50018\";s: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:91:\"http://wptavern.com/whats-your-limit-of-advertising-and-upselling-in-free-wordpress-plugins\";s: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:4834:\"<p>On the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, a member recently <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/\">raised the issue</a> of display banner advertising in plugins. After installing <a href=\"https://wordpress.org/plugins/ultimate-woocommerce-brands/\">Ultimate WooCommerce Brands</a> developed by <a href=\"http://magniumthemes.com/\">MagniumThemes</a>, a large admin notice appears with an affiliate linked display banner for Bluehost.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png\" rel=\"attachment wp-att-50021\"><img class=\"size-full wp-image-50021\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png?resize=815%2C363\" alt=\"Bluehost Banner Admin Notice\" /></a>Bluehost Banner Admin Notice\n<p>Ultimate WooCommerce Brands is a freemium plugin and while I’m not against plugin authors making a few bucks through advertising, displaying a webhosting banner seems irrelevant.</p>\n<p>The advertising banner also shows up on every admin page in the WordPress backend which I feel abuses the admin notice function, even though there’s a “Hide This Message button”. Upsells and advertising should be confined to the plugin’s activation and settings pages according to number 11 of the <a href=\"https://wordpress.org/plugins/about/guidelines/\">WordPress plugin directory guidelines</a>:</p>\n<blockquote><p>Plugins should not hijack the blog admin. It is fine to include an Upgrade prompt on the plugin admin page, but not throughout the blog. It is acceptable to embed a widget on the dashboard but this should be the same size as others and be dismissable. It’s fine to put an error message at the top of the admin for special cases, but it should be linked to a way to fix the error and it should be infrequent. Any form of “nagging” is absolutely prohibited.</p></blockquote>\n<p>Samuel ‘Otto’ Wood, a member of the group and plugin review team <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/?comment_id=1062714040457476&comment_tracking=%7B%22tn%22%3A%22R%22%7D\">confirmed</a> that plugins that display advertising on every admin page violate the guidelines and users should report them by emailing <strong>plugins at wordpress.org. </strong></p>\n<h2>The Guidelines Provide Wiggle Room</h2>\n<p>The plugin review team polices content in plugins, prevents spam, and attempts at bad faith from entering the directory. They also advise authors when they feel something that the plugin does is a bad idea. It’s important to note that <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a> are not black and white. Instead, they’re somewhat subjective which allows the team to make decisions on a case by case basis.</p>\n<h2>The Power of Reviews</h2>\n<p>The WordPress plugin directory gives users an opportunity to provide feedback directly to plugin developers and users through reviews. Reviews are an excellent way to tell the developer why you dislike or like a plugin and it also gives fellow users in the community a heads up.</p>\n<p>So far, no one has mentioned the display advertising in <a href=\"https://wordpress.org/support/view/plugin-reviews/ultimate-woocommerce-brands\">their reviews</a> of Ultimate WooCommerce Brands. Perhaps it’s not an issue or users have chosen to disable it and move on to a different option. One of the benefits of WordPress is that there’s usually more than one plugin available to accomplish a task.</p>\n<p>Jan Dembowksi, a volunteer moderator for the WordPress.org support forums, explains another benefits to reviewing plugins “Some of the forum moderators read <em>every</em> review. Occasionally, there may be a pattern if there’s a complaint such as not being able to dismiss the upsell banner or taking over the dashboard.</p>\n<p>“Sometimes that leads to the moderator installing the plugin or theme on a test installation. This is to see if there’s really a problem or not. If there’s a valid concern then it gets reported up. It doesn’t happen often thankfully, but it has occurred and the plugin or theme author got a polite shoulder tap,” Dembowski told the Tavern.</p>\n<h2>What’s Your Breaking Point?</h2>\n<p>We know that upsells and display advertising are allowed in plugins as long as they follow the directory guidelines. How a plugin’s settings pages are displayed is up to the developer, but, as a user, how much advertising or upselling is too much? What’s your advertising limit inside a freemium plugin before you purchase the pro version or move on to an alternative?</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Dec 2015 20:35:35 +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:\"Jeff Chandler\";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:58:\"WPTavern: 10up Open Sources IE 8 and 9 Support for Flexbox\";s: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:28:\"http://wptavern.com/?p=49981\";s: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:68:\"http://wptavern.com/10up-open-sources-ie-8-and-9-support-for-flexbox\";s: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:3211:\"<p>Frontend developers working with <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">Flexbox</a> no longer have to sacrifice support for older versions of IE. The folks at 10up have open sourced <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">Flexibility</a>, a polyfill that uses JavaScript to allow Flexbox to work with IE versions 8 and 9.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png\" rel=\"attachment wp-att-49998\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png?resize=1025%2C386\" alt=\"flexibility\" class=\"aligncenter size-full wp-image-49998\" /></a></p>\n<p>“Unfortunately, Flexbox support wasn’t added to Internet Explorer until version 10, leaving older versions – still popular in some corners – out of the Flexbox revolution,” said Taylor Lovett, 10up’s Director of Web Engineering. “This idea didn’t sit well with 10up’er Jonathan Neal, tasked with engineering a beautiful layout for a Fortune 50 forced to contend with supporting older versions. We decided to subsidize his time to see if we could introduce Flexbox support under less-than-ideal browser requirements.”</p>\n<p>CSS Tricks has a comprehensive <a href=\"https://css-tricks.com/snippets/css/a-guide-to-flexbox/\" target=\"_blank\">guide to to Flexbox</a>, a layout it recommends as more appropriate for components of an application or smaller-scale sites, (as an alternative to the <a href=\"http://css-tricks.com/snippets/css/complete-guide-grid/\" target=\"_blank\">Grid</a> for large-scale layouts).</p>\n<p>The idea behind Flexbox, according to the <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">w3.org docs</a>, is to provide a flexible container that expands or shrinks based on available layout space:</p>\n<blockquote><p>In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.</p></blockquote>\n<p>Flexbox is ideal for creating layouts that work with various screen sizes and devices, especially in cases where the layout’s container size is unknown or dynamic. Flexibility extends this to IE 8 and 9 by tapping into the browser’s <code><a href=\"http://help.dottoro.com/ljqkvomc.php\" target=\"_blank\">currentStyle</a></code> and <code><a href=\"http://help.dottoro.com/ljhddfwr.php\" target=\"_blank\">runtimeStyle</a></code> proprietary features to manipulate and overwrite style declarations.</p>\n<p>Once you include flexibility.js somewhere within your project, it will automatically detect Flexbox elements and write new styles to make them work with IE 8 and 9. Flexibility is licensed under the GPL v2 (or later). Check out the <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">repo on GitHub</a> to get more details on how to use it and how it works.</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Dec 2015 19:09: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: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:70:\"WPTavern: WPWeekly Episode 218 – The 2015 Year in Review Part 1 of 2\";s: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:44:\"http://wptavern.com?p=50009&preview_id=50009\";s: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:\"http://wptavern.com/wpweekly-episode-218-the-2015-year-in-review-part-1-of-2\";s: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:1206:\"<p>There’s a lot that happens in the WordPress ecosystem throughout the course of a year. In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I run down our selection of big news stories from January to June.</p>\n<p>One trend we noticed is that there were quite a few unsuccessful crowdfunding campaigns. Listen in to find out if any of the services and companies that launched earlier this year are still in business. Part two will record on Wednesday, December 30th.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 30th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #218:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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, 28 Dec 2015 18:49: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:13:\"Jeff Chandler\";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:22:\"Matt: Merry Christmas!\";s: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:21:\"http://ma.tt/?p=45719\";s: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:\"http://ma.tt/2015/12/merry-christmas-2/\";s: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:436:\"<p>I hope it’s filled with lots of comfortable sweaters, <a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\">like this one</a>.<a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\"><img class=\"alignnone size-full wp-image-45721\" src=\"http://i2.wp.com/ma.tt/files/2015/12/ugly-sweater-wp.jpg?resize=604%2C604\" alt=\"ugly-sweater-wp.jpg\" /></a>.</p>\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, 25 Dec 2015 19:48:29 +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: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:61:\"WPTavern: Milestone: WP Tavern Publishes its 30,000th Comment\";s: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:28:\"http://wptavern.com/?p=49987\";s: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:\"http://wptavern.com/milestone-wp-tavern-publishes-its-30000th-comment\";s: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:3186:\"<p>When I <a href=\"http://wptavern.com/welcome-to-the-wordpress-tavern\">founded WP Tavern in 2009</a>, comments were an important part of the site’s initial success. After six years, the site has published its 30,000th comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png\" rel=\"attachment wp-att-49988\"><img class=\"size-full wp-image-49988\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png?resize=1025%2C245\" alt=\"The 30,000th Comment\" /></a>The 30,000th Comment\n<p>At a time where large websites such as <a href=\"http://www.copyblogger.com/removing-blog-comments/\">Copyblogger</a> and the <a href=\"http://www.thestar.com/news/2015/12/16/toronto-star-closing-commenting-on-thestarcom.html\">Toronto Star</a> are closing down comments in favor of social media, the Tavern continues to be a source of open conversation about WordPress. However, 2015 has been a tough year as a moderator.</p>\n<h2>A Year of Firsts</h2>\n<p>For the first time in years, I created a <a href=\"http://wptavern.com/comment-policy\">comment moderation policy</a> to establish a baseline of expectations for moderators and commenters. Also for the first time in the site’s history, I banned an individual from leaving comments on the Tavern.</p>\n<p>In the Tavern’s early days, I looked forward to discussing things with people via the comments and did everything I could to encourage them. Some of the conversations over the years have been great and have led to positive changes in WordPress. Six years later, many of the comments on the Tavern appear to be filled with anger, mostly from the same people. Dealing with so much negativity all the time makes comment moderation difficult.</p>\n<h2>Taking a More Active Role in Discussions</h2>\n<p>One of my New Years resolutions for 2016 is to take a more active role in the discussions on the Tavern. I want to reestablish the feeling the Tavern had a few years ago where everyone is welcome to share their opinions as long as its done in a respectful way.</p>\n<p>Comments are a great way to share feedback, ideas, opinions, and look at things from a different perspective. But when the conversation turns into a mud-slinging contest which has recently happened too often on the Tavern, it turns into a pile of meaningless words.</p>\n<h2>Commenting Goals for 2016</h2>\n<p>In 2016, let’s try to having meaningful conversations where words transition into action. Let’s discuss ideas, opinions, and perspectives without getting or taking things personal. Let’s encourage collaboration instead of infighting. Let’s assume the best in someone’s words instead of the worst. In the New Year, I’ll do my best to try to lead conversations in these directions but I need commenters to do their part as well.</p>\n<p>Thanks to everyone who’s commented on the Tavern over the years. Your feedback is and continues to be a valuable asset to this site. Instead of leaving the lights on, we’ll leave the comment form open and we encourage everyone to continue sharing their thoughts and opinions with us.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Dec 2015 23:27:35 +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:\"Jeff Chandler\";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:65:\"WPTavern: WordCamp Lahore, Pakistan Application Approved for 2016\";s: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:28:\"http://wptavern.com/?p=49963\";s: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:67:\"http://wptavern.com/wordcamp-pakistan-application-approved-for-2016\";s: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:2551:\"<p>Earlier this week we interviewed Muhammad Kashif about the <a href=\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" target=\"_blank\">phenomenal growth of the WordPress community in Pakistan</a>. Kashif organizes the local Lahore meetup, which started with a few dozen attendees three months ago and grew to more than 500 this past weekend. His team has been working hard to bring WordCamp to Pakistan, and today their application was approved by the WordPress Foundation.</p>\n<p>The event will officially be called WordCamp Lahore. Kashif said that they originally proposed “WordCamp Pakistan” but were asked to keep it local to the city. The Foundation’s reply to their request was as follows:</p>\n<blockquote><p>We stay away from labeling WordCamps with the country name rather than the city, because we have found that doing so discourages local organizers from doing additional WordCamps in the country. We had some problems with this in the past, where because there was a “national” WordCamp, no other WordCamps ever happened in that country. When we changed the naming convention to be city-focused, that country developed stronger local communities and several WordCamps per year.</p></blockquote>\n<p>The application proposed September for the event but the dates have not yet been finalized. WordCamp Lahore organizers will have an orientation meeting with WP Foundation representatives tomorrow to begin the planning process.</p>\n<p>Kashif told the Tavern that they are looking at the <a href=\"http://www.expolahore.com/\" target=\"_blank\">Lahore International Expo Centre</a> as a possible venue, since it has an 820 seat capacity. The team will be meeting with a few different venue providers to find a good fit.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg\" rel=\"attachment wp-att-49973\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg?resize=600%2C360\" alt=\"Lahore International Expo Centre\" class=\"size-full wp-image-49973\" /></a>Lahore International Expo Centre\n<p>As Pakistan is a multilingual country, most of the Lahore meetup sessions are conducted in English. This means that the WordCamp will likely be accessible to a wide range of people outside of Pakistan as well. If the Lahore meetup attendance numbers are any indication, the first WordCamp in Pakistan has the potential to be one of the largest first WordCamps in history.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Dec 2015 18:25:05 +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: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:68:\"WPTavern: Mailbag Plugin Offers Dead Simple Email Subscription Forms\";s: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:28:\"http://wptavern.com/?p=49923\";s: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:78:\"http://wptavern.com/mailbag-plugin-offers-dead-simple-email-subscription-forms\";s: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:4053:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg\" rel=\"attachment wp-att-49927\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg?resize=1025%2C390\" alt=\"mailbag\" class=\"aligncenter size-full wp-image-49927\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is not a new plugin but it’s one of those convenient tools you’ll want to bookmark if you build WordPress sites that require email subscription forms. The plugin makes it easy to add a MailChimp or Campaign Monitor email form to posts or pages using a shortcode.</p>\n<p>I only recently came across it while <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">reviewing the Politics theme</a>, which prominently features an email signup form powered by Mailbag.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>If you have your Mailchimp or Campaign Monitor API key handy, then you can add your email subscription form in under a minute. Paste in the key, select your list, and customize your button text. (Your API keys must be saved before you can select a list to add subscribers.) Once these settings are saved, you can place the shortcode anywhere within your content.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png\" rel=\"attachment wp-att-49929\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png?resize=1025%2C889\" alt=\"mailbag-settings\" class=\"aligncenter size-full wp-image-49929\" /></a></p>\n<p>The flexibility for styling the forms is what sets this plugin apart. You can opt to use the built-in minimal Mailbag styling or allow your theme to dictate the style. If you choose to disable the default style, the usage tab on the plugin’s settings page outlines the CSS classes you will want to customize.</p>\n<pre class=\"brush: css; light: true; title: ; notranslate\">\n.mailbag-wrap { /* Wraps entire form */ }\n\n.mailbag-wrap label { /* Label styles */ }\n\n.mailbag-wrap input[type=\"text\"] { /* Name and email input styles */ }\n\n.mailbag-wrap input[type=\"submit\"] { /* Submit button styles */ }\n</pre>\n<p>Mailbag was created by the folks at <a href=\"https://arraythemes.com/\" target=\"_blank\">Array</a> for use with <a href=\"https://arraythemes.com/themes/transmit-wordpress-theme/\" target=\"_blank\">Transmit</a>, a landing page theme that features an email subscription form. Array built it to be compatible with any theme (not just their own) and made the plugin freely available on WordPress.org</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg\" rel=\"attachment wp-att-49933\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg?resize=984%2C783\" alt=\"transmit-mailbag\" class=\"aligncenter size-full wp-image-49933\" /></a></p>\n<p>If you’re a theme developer and your theme requires an email subscription form, there’s no need to reinvent the wheel or bloat your theme with extra functionality. It’s much easier to select professionally supported plugins from WordPress.org and present the user with plugin recommendations using a tool like <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation</a>. You can design around your recommended plugins without having to support and maintain them.</p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is easy for users to configure, publicly distributed on WordPress.org, and doesn’t take a heavy hand to styling. If you want a solid, simple plugin to use and recommend, this is a handy one to tuck into your toolbag.</p>\n<div id=\"epoch-width-sniffer\"></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, 23 Dec 2015 06:54: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: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: New WordPress Feature Plugin Lets Users Resize the Customizer Pane\";s: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:28:\"http://wptavern.com/?p=49895\";s: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:86:\"http://wptavern.com/new-wordpress-feature-plugin-lets-users-resize-the-customizer-pane\";s: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:6756:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png\" rel=\"attachment wp-att-49906\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png?resize=1025%2C385\" alt=\"customize-pane-resize\" class=\"aligncenter size-full wp-image-49906\" /></a></p>\n<p>Contributors to the WordPress core <a href=\"https://make.wordpress.org/core/components/customize/\" target=\"_blank\">Customize component</a> are targeting the upcoming 4.5 release for inclusion of a new feature plugin. <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">Customize Pane Resizer</a> allows users to drag the edge of the pane to make the customizer wider than the default 300px.</p>\n<p>According to Customize component maintainer <a href=\"https://weston.ruter.net/\" target=\"_blank\">Weston Ruter</a>, the idea for the plugin came out of the community summit held earlier this month in Philadelphia, where it was raised as a usability improvement.</p>\n<p>“Justin Sternberg took ownership of the idea and we collaborated on it over the course of the community summit and WCUS,” Ruter said. “He did all the real work, and I just contributed ideas and provided Customizer architectural pointers.”</p>\n<p>At the moment, the pane simply resizes when the user drags the resize icon, but even this one feature involves refining many tiny details. Ruter said the immediate roadmap for the plugin is to resolve the <a href=\"https://github.com/xwp/wp-customize-pane-resizer/issues\" target=\"_blank\">GitHub issues</a> that have already been logged.</p>\n<h3>Future Possibility of Undocking the Customizer and Adding Inline Controls</h3>\n<p>Contributors have many other ideas for extending this feature, including the possibility of introducing positioning options (ie. right/left/bottom). These ideas are in the discussion phase and are not set in stone.</p>\n<p>“In addition to being able to move the pane to the right (or to the top/bottom, which are technically problematic), Justin had the idea of allowing the pane to be dragged anywhere on the screen,” Ruter said.</p>\n<p>“In this way the Customizer pane would work like panels in PhotoShop which can be docked into the sidebar or they can be dragged out to float freely. This would allow the Customizer to be positioned anywhere on the screen, with a full page preview in background.”</p>\n<p>Alongside the idea of the customizer pane becoming a floating window, contributors are also <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">discussing</a> applying this same concept to individual customizer controls. This ties into one of the items on Ruter’s <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">longer-term roadmap for the Customizer</a> – inline controls:</p>\n<blockquote><p><strong>Bootstrapped Customizer</strong>: Lazy-load the Customizer into the current frontend view without having to leave the page. With selective refresh implemented, inline controls and frontend bootstrapping would be possible since full-page refreshes would no longer be required.</p></blockquote>\n<p>“Instead of all of the controls being docked into the one pane and organized into panels and sections, they could instead (or in addition) be displayed alongside the elements in the preview that they modify,” Ruter said. “For example, editing a widget could pop open a floating widget form control next to the widget in the preview.”</p>\n<p>These alternative UI considerations are currently beyond the scope of the Customize Pane Resizer feature plugin, which Ruter said will be limited to polishing up the resizing feature for 4.5.</p>\n<h3>The Customize Pane Resizer Addresses Important Usability Concerns</h3>\n<p>When <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\" target=\"_blank\">menus were added to the customizer in WordPress 4.3</a>, many thought that the narrow width of the pane created a cramped menu management experience. The ability to resize the customizer pane addresses this concern by allowing users to expand it for tasks that require more real estate.</p>\n<p>Ruter doesn’t anticipate many objections to merging the Customize Pane Resizer plugin, given that it solves several usability problems.</p>\n<p>“I don’t think it is very controversial,” he said. “It seems a major complaint I hear often about the Customizer is that it doesn’t give the user enough room, so this would allow the user to have as much room as they want.</p>\n<p>“Another concern I’ve heard is that people don’t know the pane can be collapsed at all (even though there is a collapse button on the bottom), so this greatly improves the visibility of collapsing and it implements a common UI paradigm where panes can be resized by dragging on their edge (e.g. Chrome dev tools),” Ruter said.</p>\n<p>In making the pane resizable, Ruter’s chief concern is ensuring that the controls will respond nicely to varying widths, including those created by plugins. Expanding the customizer pane with the resizer plugin currently stretches the controls somewhat awkwardly and in some cases leaves a lot of empty real estate.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png\" rel=\"attachment wp-att-49918\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png?resize=1025%2C396\" alt=\"customize-pane-expanded\" class=\"aligncenter size-full wp-image-49918\" /></a></p>\n<p>“The biggest concern I have is that controls are designed for the 300px width, generally,” Ruter said. “So if the width is all of a sudden 900px, then the (custom) controls may well not look right.</p>\n<p>“The controls in Core need to be updated to ensure they work in a variable-width pane. But plugin controls would need to do the same.”</p>\n<p>If you want to help contribute to the Customizer Pane Resizer’s development, check out the plugin’s <a href=\"https://github.com/xwp/wp-customize-pane-resizer\" target=\"_blank\">GitHub repo</a>. It is <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">available on WordPress.org</a> but the GitHub version is always more up-to-date. If you have developed a plugin or theme that extends the customizer, you may want to test the resizer and offer feedback/code improvements on GitHub. Anyone interested can join the conversation in the #core-customize channel on WordPress Slack.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 22 Dec 2015 20:42: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: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: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:79:\"WPTavern: Charlie Livingston, Founder of aThemes, Acquires Pro Plugin 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:28:\"http://wptavern.com/?p=49659\";s: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:87:\"http://wptavern.com/charlie-livingston-founder-of-athemes-acquires-pro-plugin-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:2182:\"<p>Earlier this year Steven Gliebe, founder of <a title=\"http://churchthemes.com/\" href=\"http://churchthemes.com/\">Churchthemes.com</a>, launched <a href=\"http://wptavern.com/steven-gliebe-launches-wordpress-commercial-plugin-directory\">Pro Plugin Directory</a>, a site that lists commercial WordPress plugins for a variety of categories including, forms, performance, and security. After accumulating more than 170 plugins in five months, Gliebe decided to <a href=\"http://wptavern.com/pro-plugin-directory-is-seeking-a-new-owner\">sell the site</a> in November citing a lack of time to devote to the project.</p>\n<p>Charlie Livingston, founder of <a href=\"http://athemes.com/\">aThemes</a>, is the new owner of <a href=\"https://proplugindirectory.com/pro-plugin-directory-has-a-new-owner/\">Pro Plugin Directory</a>. Livingston purchased the site because he believes in its potential. Gliebe received more than 20 offers to acquire the site but after the first one fell through, he chose Livingston’s offer. The terms and financial details of the deal are undisclosed.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png\" rel=\"attachment wp-att-49901\"><img class=\"size-full wp-image-49901\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png?resize=968%2C518\" alt=\"Pro Plugin Directory Home page\" /></a>Pro Plugin Directory Home page\n<p>Pro Plugin Directory will remain the same in the short-term as Livingston learns how the site works. However, he plans to add new features in addition to increasing marketing efforts, “I have a few ideas about what I can do to make PPD an even better resource as the aim is to make it the go-to place for commercial plugins,” he said.</p>\n<p>Livingston is currently soliciting feedback on what features and enhancements you’d like to see made to the directory. Pro Plugin Directory is one of the few resources devoted to listing commercial WordPress plugins so it’s great to see the directory will live on with someone willing to spend the time and effort needed to maintain the site.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 22 Dec 2015 16:54: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:\"Jeff Chandler\";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:60:\"WPTavern: Reyl Lite: A Free Ultra Minimalist WordPress Theme\";s: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:28:\"http://wptavern.com/?p=49869\";s: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:\"http://wptavern.com/reyl-lite-a-free-ultra-minimalist-wordpress-theme\";s: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:3191:\"<p>If you’re looking for a blog design that emphasizes the words of your content without a requirement for big, flashy featured images, <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">Reyl Lite</a> is a super minimalist option. It is one of the most bare bones blogging themes to hit WordPress.org in recent weeks.</p>\n<p>Throughout 2015, the single-column, centered layout has been a mainstay of WordPress theme designs that cater to active bloggers. Reyl Lite is a perfect example of this, with its homepage stripped down to post titles, excerpts, and minimal post meta. No featured images are required to make this design work.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png\" rel=\"attachment wp-att-49872\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png?resize=1025%2C769\" alt=\"reyl-lite\" class=\"aligncenter size-full wp-image-49872\" /></a></p>\n<p>Single posts feature a large title, colorful tags and categories, with previous/next post title navigation beneath the content.</p>\n<p>The theme includes customizer options that allow you to select a header image, background image/color, and header text color. If you want the design that is shown in the <a href=\"http://demo.quemalabs.com/reyl-lite/\" target=\"_blank\">live demo</a>, you actually don’t have to touch any of the options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png\" rel=\"attachment wp-att-49886\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png?resize=1025%2C712\" alt=\"reyl-single-post-screenshot\" class=\"aligncenter size-full wp-image-49886\" /></a></p>\n<p>Reyl Lite does not include any widget areas, which creates a clutter-free display. This could be a deal breaker for those who need more customization options.</p>\n<p>CSS animations are a nice touch, but one thing the theme is lacking is a default set of strong typography selections. That attention to detail would have put Reyl Lite into a more elegant category. Without this, the content falls a little flat. Fortunately, that can be easily remedied with the addition of a <a href=\"https://wordpress.org/plugins/search.php?q=google+fonts\" target=\"_blank\">Google Fonts plugin</a> or a few modifications to a child theme.</p>\n<p>One odd quirk of this theme is that the first break point is right at 1280×1024 screen resolution, which is where you will see the mobile view. Other than that, it responds very well to different devices.</p>\n<p>The theme was created by the folks at <a href=\"https://www.quemalabs.com/\" target=\"_blank\">Quema Labs</a>. The company has <a href=\"https://wordpress.org/themes/author/nicoandrade/\" target=\"_blank\">several other free themes</a> on WordPress.org designed in a similar style. Reyl Lite’s straightforward layout and sparing use of colored links could lend charm to content-focused blogs that don’t require support for a lot of extra fluff. You can <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">download</a> it for free from WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Tue, 22 Dec 2015 00:48: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: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: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:61:\"WPTavern: New Plugin Restores Lost Functionality 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:28:\"http://wptavern.com/?p=49859\";s: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:71:\"http://wptavern.com/new-plugin-restores-lost-functionality-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1650:\"<p>Over time, features and user interface elements in WordPress are removed or hidden from view. This generally occurs after a <a href=\"https://core.trac.wordpress.org/ticket/28206\">significant amount of discussion.</a> Since WordPress is used by so many people, even a small percentage of users who depend on those features is a significant amount. Thankfully in most cases, features can be restored by using a hook, action, or filter.</p>\n<p>If this sounds too difficult, consider using the new <a href=\"https://wordpress.org/plugins/restore-lost-functionality/\">Restore Lost Functionality</a> plugin developed by, <a href=\"https://profiles.wordpress.org/codedart/\">Coded Art</a>. As the name suggests, the plugin restores functionality removed or hidden from view. In its current state, it has three options. The features it can restore varies depending on the version of WordPress you’re using.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png\" rel=\"attachment wp-att-49861\"><img class=\"size-full wp-image-49861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png?resize=820%2C364\" alt=\"Restore Lost Functionality Settings Page\" /></a>Restore Lost Functionality Settings Page\n<p>I tested the plugin by restoring the title field when inserting links and discovered it works as expected. As WordPress evolves, Coded Art plans to continue restoring features for those that depend on them. If there’s a feature you’d like to see this plugin restore, let Coded Art know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></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, 21 Dec 2015 18:58:09 +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:\"Jeff Chandler\";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:76:\"WPTavern: WordPress Community Growing in Pakistan, 500+ Attend Lahore Meetup\";s: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:28:\"http://wptavern.com/?p=49831\";s: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:\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\";s: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:5473:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg\" rel=\"attachment wp-att-49835\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg?resize=1025%2C571\" alt=\"lahore-pakistan-wordpress-meetup\" class=\"aligncenter size-full wp-image-49835\" /></a></p>\n<p>Over the weekend, the WordPress community in Lahore, Pakistan held its third monthly meetup. The first meetup had just a few dozen attendees, the second approximately 300, and this weekend they had more than 500 WordPress professionals and enthusiasts.</p>\n<p>Attendee <a href=\"https://twitter.com/noumaan_\" target=\"_blank\">Noumaan Yaqoob</a> traveled from Karachi to the event and shared his experience in a <a href=\"https://www.facebook.com/noumaan.yaqoob/posts/10153414598007695\" target=\"_blank\">post</a> on Facebook:</p>\n<p>“The auditorium was full of young students, experts, freelancers,” Yaqoob said. “There were people sitting on stairs, standing at the entrance and the organizers had to quickly install a large screen outside so that people could sit outside too. The energy of these young people was mind blowing.</p>\n<p>“I had a chance to interact with lots of participants,” he said. “They were all excited about using WordPress in their professional lives and many of them already had small freelancing setups. I was very impressed by their passion for entrepreneurship and creating jobs not just for themselves but for others too.”</p>\n<p><a href=\"https://twitter.com/kashif_mp\" target=\"_blank\">Muhammad Kashif</a>, one of the organizers for the Lahore meetup, said that news of the event spread through an extensive network of Pakistani freelancers who are connected by social media. ProPakistani, a local IT news site, also published an <a href=\"http://propakistani.pk/2015/12/14/wordpress-meetups-is-coming-to-lahore-on-19th/\" target=\"_blank\">article</a> that helped new attendees learn about the event.</p>\n<p>“We had to close registration two days before the event because we didn’t have space,” Kashif said. He and fellow organizers, with the help of 25 volunteers, printed directions, arranged refreshments, and managed the crowd. As the meetup is still very new, they put the event together without the help of any official sponsors.</p>\n<p>“We got a free venue from <a href=\"http://techhubconnect.pitb.gov.pk/\" target=\"_blank\">TechHub Connect</a>, the local co-working space provider,” Kashif said. “The rest we managed from our own pockets. We wish we had more resources, but we will continue to do our best to educate and inspire the local WordPress community.”</p>\n<p>Kashif hopes that the event will attract more sponsors but wants to be careful to preserve their purpose and focus.</p>\n<p>“We welcome anyone who wants to join us but we would like to maintain the independence and the freedom of WordPress,” he said.</p>\n<h3>Paving the Way for WordCamp Pakistan</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg\" rel=\"attachment wp-att-49843\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg?resize=1025%2C547\" alt=\"lahore-wp-meetup-pakistan\" class=\"aligncenter size-full wp-image-49843\" /></a></p>\n<p>Organizers of the Lahore WordPress meetup expect even more attendees at the next event on January 16. They are working together with other active meetups in Karachi, Sialkot, and Hyderabad to organize WordCamp Pakistan as a mega event in September 2016. The WordPress Foundation is currently reviewing their application.</p>\n<p>English and Urdu are the primary languages used by the WordPress community in Pakistan, so the WordCamp would be accessible to many more attendees from outside the country.</p>\n<p>“Pakistan is a very multilingual country,” Kashif said. “But English is the unofficial official language. So most of the sessions are in English but the speaker or presenter may switch to Urdu to make their presentation even more interesting. We actually don’t even notice when someone has switched from English to Urdu and vice versa,” he said.</p>\n<p>WordPress and other open source technologies open up a world of new employment opportunities to freelancers in developing nations like Pakistan. This has helped fuel the growth of the Lahore meetup, which is now largely made up of freelancers and entrepreneurs.</p>\n<p>“The local economy is struggling, which is pushing young individuals to start their own businesses or improve their skills,” Kashif said.</p>\n<p>“WordPress offers great employment opportunities as one can work from home and does not need a visa or immigration,” he said. “The ease and familiarity with English helps Pakistani freelancers work easily with clients from all over the world.”</p>\n<p>Although some Pakistani professionals work in well-known WordPress-related businesses as remote support, customer care, or developers, a larger number are freelancers who have formed small companies and are creating new jobs.</p>\n<p>“Pakistan has a large user base of WordPress freelancers and developers,” Kashif said. “We feel it’s about time we put it on the map and tell the world about the huge potential we have here.”</p>\n<div id=\"epoch-width-sniffer\"></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, 21 Dec 2015 07:33: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: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:23:\"Matt: Wapuu’s History\";s: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:21:\"http://ma.tt/?p=45712\";s: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:36:\"http://ma.tt/2015/12/wapuus-history/\";s: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:432:\"<p><img class=\"alignright wp-image-45717\" src=\"http://i1.wp.com/ma.tt/files/2015/12/santa_wapuu.png?resize=191%2C268\" alt=\"santa_wapuu.png\" />Curious about what the famous Wapuu character came from, and the alternative designs for it? <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">The Wapuu Fan Club has a great write-up of the origins of Wapuu</a>, much of which I had actually forgotten already even though I was there.</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, 20 Dec 2015 22:58: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: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: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:77:\"WPTavern: New Free Hookr Plugin Displays All Available Hooks Inside 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:28:\"http://wptavern.com/?p=49806\";s: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:87:\"http://wptavern.com/new-free-hookr-plugin-displays-all-available-hooks-inside-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:4532:\"<p>Earlier this year, <a href=\"http://wptavern.com/hookr-enters-beta-with-new-ui-and-support-for-800-plugins-and-themes\" target=\"_blank\">Hookr.io entered beta</a> with a new UI and support for 800+ plugins and themes. The site provides a WordPress hook/API reference for developers, but creator <a href=\"https://twitter.com/explodybits\" target=\"_blank\">Christopher Sanford</a> has a vision to do much more with it in 2016.</p>\n<p>Today Sanford announced the release of the new <a href=\"http://hookr.io/plugin/\" target=\"_blank\">official Hookr plugin</a>, which is available for free. It displays the actions and filters that fired as the page loaded.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png\" rel=\"attachment wp-att-49814\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png?resize=1025%2C701\" alt=\"hookr-plugin\" class=\"aligncenter size-full wp-image-49814\" /></a></p>\n<p>Hovering over the indicators and clicking through to a specific hook will show its details, including the tag, invoker, description, and value.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png\" rel=\"attachment wp-att-49815\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png?resize=1025%2C701\" alt=\"hook-details\" class=\"aligncenter size-full wp-image-49815\" /></a></p>\n<p>The plugin also includes a built-in Lucene search engine for super fast filtering from the admin bar. Developers can tweak the default Hookr settings to ignore or watch hooks with wildcards. The plugin is easily configured under the Tools menu.</p>\n<p>Sanford began working on the official Hookr plugin a week before WordCamp US.</p>\n<p>“I wasn’t sure if it would actually be useful– but I showed Zac and a few others and they seemed to like it,” he said. “So I pulled an 18-hour bender in Philly to get it nearly complete.”</p>\n<p>The plugin has been beta tested for the past two weeks and is now stable and ready for use. As it’s geared purely for development, it should not be installed on a production site.</p>\n<h3>What’s Next for Hookr in 2016?</h3>\n<p>During the past year Sanford has been steadily adding plugins at the request of users, including Pods, WP E-Commerce, Caldera Forms, and others. He hopes that commercial theme and plugin developers will get on board so that he can host their APIs as well.</p>\n<p>“I have done some substantial reworking to the parsing engine – it now tracks discrepancies between the source code and the documentation,” Sanford said. “This will be something that I will be offering as a service as well.</p>\n<p>“In the short term (by the end odf Q1), I plan to keep refining the parsing engine, adding plugins, and working on features users actually care about,” he said.</p>\n<p>“I will be launching the API site that will be piloting around the same time. I will be working with the Rocket Genius (Gravity Forms) guys to provide realtime data for their premium plugin.”</p>\n<p>After those initiatives are released, Sanford told the Tavern that he’s going to focus on creating native IDE plugins for Atom and Sublime.</p>\n<h3>No Name Change Planned, Hookr Swag Store Coming Soon</h3>\n<p>The Hookr name and branding has been controversial with a few who find it off-putting and offensive. Sanford considered changing the name but has now decided to keep the original brand.</p>\n<p>“The market is flooded, it’s a short, memorable and established brand,” he said. “On numerous occasions, individuals have used the term ‘unfortunate’ to describe the name. If it’s so offensive, then why do my usage and followers keep increasing? The people complaining are not paying my bills, nor are they even relevant users of the resource. Simply put, their opinions mean nothing to me.”</p>\n<p>Sanford has wrestled with the name change and has even purchased numerous alternative domains but nothing felt right. He will soon be launching a swag line with tees, mugs, stickers, and any product that will help him to pay for hosting Hookr.io.</p>\n<p>“At WCUS, I decided that either I could limp Hookr along, or I could make it undeniably a fixture in the WordPress ecosystem,” he said. “I decided on the latter. And that is exactly what I’m doing with offerings such as the Hookr plugin.”</p>\n<div id=\"epoch-width-sniffer\"></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:\"Sat, 19 Dec 2015 00:25:54 +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:71:\"WPTavern: John James Jacoby on Navigating BuddyPress’ Identity Crisis\";s: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:28:\"http://wptavern.com/?p=49804\";s: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:78:\"http://wptavern.com/john-james-jacoby-on-navigating-buddypress-identity-crisis\";s: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:2259:\"<p>I had the opportunity to catch up with John James Jacoby at WordCamp US 2015. Jacoby is the project lead for bbPress and BuddyPress. In the video interview below he offers a quick overview of what to expect in BuddyPress 2.5.</p>\n<p>Jacoby also gives us a look inside his <a href=\"https://github.com/stuttter\" target=\"_blank\">Stuttter</a> project, which contains several social components, and explores how they might fit into WordPress. These include his experiments with users, profiles, and the user experience as it pertains to aggregating activity.</p>\n<p>“It’s really just attacking the idea of the big features of BuddyPress in a smaller way that developers can interact with more conveniently, such as taxonomies and metadata vs. the big monolithic solution that BuddyPress tends to be,” he said.</p>\n<p>“I don’t think my experimentation with Stuttter is going to translate into me spending less time on BuddyPress,” Jacoby said. “It’s like a side project. It’s like an artist switching from oil to watercolor paint. You try and see what’s over there and bring back in what you learned.”</p>\n<p>Jacoby said that he hopes to continue to provide leadership for BuddyPress for the foreseeable future. Part of this is mentoring BP core leadership to step up to feel comfortable leading and making decisions. The other part is helping the project navigate what he believes to be an identity crisis.</p>\n<p>“BuddyPress as a project has an identity crisis,” Jacoby said. “It doesn’t know what exactly it’s supposed to be to the people who are using it. Defining what BuddyPress’ identity is or what problems it’s truly trying to solve is what it needs. Until that happens it’s going to float along without a clear definition of what it’s trying to do.”</p>\n<p>As part of his efforts to help BuddyPress navigate this identity crisis, Jacoby has been talking to people and agencies who are actively using it. At the end of the interview he puts out a call for anyone who is using the software to reach out to him with feedback on where BuddyPress should go in the future.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<div id=\"epoch-width-sniffer\"></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, 18 Dec 2015 22:07: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:\"\";}}}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: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:82:\"WPTavern: How Bruce Wampler Migrated 600 Theme Options to the WordPress Customizer\";s: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:28:\"http://wptavern.com/?p=49732\";s: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:92:\"http://wptavern.com/how-bruce-wampler-migrated-600-theme-options-to-the-wordpress-customizer\";s: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:6274:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png\" rel=\"attachment wp-att-24392\"><img class=\"size-full wp-image-24392\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png?resize=1024%2C487\" alt=\"photo credit: Matteo Bagnoli - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/matteo_bagnoli/5030486811/\">Matteo Bagnoli</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>When the WordPress theme review team announced it would <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\">require theme authors</a> to use the customizer to build theme options, many voiced <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comments\">their displeasure</a> in the comments. Bruce Wampler, lead developer of the <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> WordPress theme, commented that his theme <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comment-67685\">received a death sentence</a> due to the requirement.</p>\n<p>Eight months later, Wampler has changed his tune and is now in favor of the customizer to display theme options to users, “I must admit that I was among the many objectors to this requirement. After all, my theme has over 600 options, and that is a lot of code conversion,” he said.</p>\n<p>In a <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">case study published on the Weaver Xtreme website</a>, Wampler describes why he’s now a fan of the customizer and explains the process of migrating 600 options to it.</p>\n<h2>Live Updates</h2>\n<p>One of the most compelling reasons he adopted the customizer is experiencing the live preview feature, “It is the WYSIWYG design paradigm, especially with ‘live update’ options, of the Customizer that have become totally compelling to me. Moving the mouse over the color selector and watching it change instantly on the site preview is just something you can’t give up once you’ve seen it,” he said.</p>\n<h2>Serious Performance Improvements</h2>\n<p>During the migration process, Wampler discovered two serious speed issues. Since the customizer processing uses JavaScript, loading hundreds of options took 30 seconds or more depending on the user’s browser and CPU.</p>\n<p>The second issue involved overriding original theme setting values versus new values. The customizer used a WordPress filter for each option. Unfortunately, the filters ran every time an option was configured creating an exponentially negative impact on performance. If 40 options were processed, it resulted in 1,600 executions of the filters.</p>\n<p>Wampler worked with <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, lead developer of the customizer component, who <a href=\"https://core.trac.wordpress.org/ticket/32103\">changed the algorithm</a> to allow multidimensional settings to be scalable. Once the change was made, Wampler was able to load his theme options in one to two seconds. The fix is included in WordPress 4.4 and will help other theme authors who have more than 20 options in the customizer.</p>\n<h2>My Experience Using Weaver Xtreme</h2>\n<p>I installed Weaver Xtreme on a test site running WordPress 4.5 alpha to see what it’s like using the customizer when it has 600+ options. It took 6-10 seconds to initially load the customizer. Subsequent loading takes the same amount of time.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png\" rel=\"attachment wp-att-49796\"><img class=\"size-full wp-image-49796\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png?resize=1025%2C502\" alt=\"Weaver Xtreme\'s Customizer\" /></a>Weaver Xtreme’s Customizer\n<p>I expected to see a lot of panels expand horizontally into the theme’s design, but Weaver Xtreme only uses one panel to prevent that from happening. Limiting options to one panel helps to prevent feeling overwhelmed.</p>\n<p>Color changes happen instantaneously while other changes require the preview pane to refresh. Some of the refreshes take a few seconds to load. Overall, I found the experience to be better than configuring the theme from the WordPress backend using an options panel.</p>\n<h2>The Customizer is a Great Way to Learn JavaScript Deeply</h2>\n<p>The customizer is one of the newest components in WordPress. It uses object-oriented PHP and is primarily a JavaScript application. Ruter says it’s one of the best ways for theme authors to learn JavaScript deeply, “There is a lot to the customizer. It is a unique application with a lot of complexities. It uses JavaScript in some very unfamiliar ways to us who feel most comfortable in PHP, but this is good because it’s not just PHP written with JavaScript syntax; It’s a completely different language with different paradigms and ways to do things,” he told the Tavern.</p>\n<p>Unlike many other areas of WordPress, there are not a lot of copy and paste solutions for the customizer. As a result of the WordPress Community Summit 2015, Ruter is making an effort to publish more articles on his <a href=\"https://make.xwp.co/\">company’s site</a> that explain how to leverage specific features. For example, he recently <a href=\"https://make.xwp.co/2015/12/08/implementing-selective-refresh-in-the-customizer/\">published an article</a> that explains how to implement selective refreshing.</p>\n<h2>Give Weaver Xtreme a Try</h2>\n<p>I encourage you to <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">read the entire case study</a> as there’s more to it than what’s written here. You should also try out <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> on a test site to experience what it’s like using the customizer with 600+ options. Wampler has proven that not only can the customizer scale with hundreds of options, it can do so at relatively fast speeds.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 Dec 2015 17:13:29 +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:\"Jeff Chandler\";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:94:\"Post Status: Recap of WordPress in 2015, and what to look forward to in 2016 — Draft podcast\";s: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:31:\"https://poststatus.com/?p=15364\";s: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:86:\"https://poststatus.com/recap-of-wordpress-in-2015-and-what-to-look-forward-to-in-2016/\";s: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:2570:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss the biggest stories of 2015 and look forward to predict where the WordPress world will go in 2016.</span></p>\n<a href=\"https://audio.simplecast.fm/23186.mp3\">https://audio.simplecast.fm/23186.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/23186.mp3\">Direct Download</a></p>\n<p><strong>Topics and Links</strong></p>\n<h3>Stories of 2015</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-lead-developer-changes/\">Changes in lead developers</a></li>\n<li><a href=\"https://poststatus.com/popular-wordpress-plugins/\">A move to active installs</a></li>\n<li><a href=\"https://poststatus.com/coordinated-plugin-updates-to-address-security-vulnerability-in-many-popular-wordpress-plugins/\">Forced plugin updates become a thing</a></li>\n<li><a href=\"https://poststatus.com/the-trojan-emoji/\">Comments / The Trojan Emoji</a></li>\n<li><a href=\"https://poststatus.com/notes/inside-the-mind-of-a-white-hat-wordpress-hacker/\">Hunting vulnerabilities in WordPress core</a></li>\n<li><a href=\"https://poststatus.com/notes/wordpress-zero-day-vulnerability-on-comment-text-patched-in-4-2-1/\">WordPress zero day vulnerability patched</a></li>\n<li><a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">Acquisition(s)</a></li>\n<li><a href=\"https://poststatus.com/thesis-automattic-and-wordpress/\">#wpdrama, Thesis edition</a></li>\n<li>Rest API everywhere</li>\n<li>JavaScript</li>\n</ul>\n<h3>What to expect in 2016</h3>\n<ul>\n<li><span>REST API put to the test / endpoints to core</span></li>\n<li><a href=\"https://remkusdevries.com/learning-javascript-in-wordpress-deeply/\">Remkus de Vries’s “Learning JavaScript In WordPress, Deeply”</a></li>\n<li><a href=\"http://javascriptforwp.com/\">JavaScript for WP</a></li>\n<li><a href=\"https://feelingrestful.com/\">A Day of Rest</a></li>\n<li>More companies growing up (getting bigger, acquisitions)</li>\n<li>More hosted service</li>\n<li>MOAR JAVASCRIPT</li>\n<li>Theming will change</li>\n<li>Auto updates become more prevalent</li>\n</ul>\";s: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, 18 Dec 2015 14:56:05 +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:\"Katie Richards\";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:50:\"WPTavern: JavaScript Books Next to WordPress Books\";s: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:60:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s: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:60:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s: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:638:\"<p>During Matt Mullenweg’s State of The Word presentation at WordCamp US, he said everyone in the community should make an effort to learn JavaScript deeply.</p>\n<p>I visited Barnes and Noble today and discovered that some books are heeding Mullenweg’s call and are doing their part to encourage people to learn JavaScript in addition to WordPress.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg?w=1025\" alt=\"\" /></a><br />\nThat’s quite an influence he has.</p>\n<div id=\"epoch-width-sniffer\"></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, 18 Dec 2015 03:45:09 +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:\"Jeff Chandler\";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:23:\"Matt: Calypso for Linux\";s: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:21:\"http://ma.tt/?p=45708\";s: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:\"http://ma.tt/2015/12/calypso-for-linux/\";s: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:394:\"<p>We just announced and released the Linux version of the <a href=\"https://desktop.wordpress.com/\">desktop client for WordPress.com</a>, also known as Calypso. Also all of the code behind the <a href=\"https://developer.wordpress.com/2015/12/17/wordpress-com-desktop-app-goes-open-source-linux-app-arrives/\">desktop client itself (built on Electron) is now available as open source too</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, 17 Dec 2015 23:23: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: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: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:77:\"WPTavern: WordPress.com Open Sources Desktop App, Linux Version Now Available\";s: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:28:\"http://wptavern.com/?p=49771\";s: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:86:\"http://wptavern.com/wordpress-com-open-sources-desktop-app-linux-version-now-available\";s: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:2952:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png\" rel=\"attachment wp-att-49788\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png?resize=1025%2C463\" alt=\"wp-desktop-app\" class=\"aligncenter size-full wp-image-49788\" /></a></p>\n<p>Today Automattic announced that the <a href=\"https://desktop.wordpress.com/\" target=\"_blank\">WordPress.com desktop app</a> is now open source and <a href=\"https://github.com/automattic/wp-desktop/\" target=\"_blank\">available on GitHub</a> under the GPLv2 (or later). A Linux version joins the OS X and Windows apps that were released at the end of November and early December, making desktop publishing accessible to users on all major operating systems.</p>\n<p>The apps provide a beautiful writing and editing experience that mirrors WordPress.com’s new architecture. In addition to publishing, users can browse the Reader, manage sites, customize themes, and view stats.</p>\n<p>According to the GitHub repository, the desktop app is an <a href=\"http://electron.atom.io/\" target=\"_blank\">Electron</a> wrapper for <a href=\"https://github.com/Automattic/wp-calypso\" target=\"_blank\">Calypso</a>. Electron is what turns the new JavaScript and API-powered WordPress.com into a native app. It is a framework based on Node.js and Chromium that allows developers to build cross-platform desktop applications using JavaScript, HTML and CSS. Electron was originally developed for GitHub’s Atom editor and then open sourced under the MIT license. Microsoft, Facebook, Slack, and Docker all have applications that use Electron.</p>\n<p>The WordPress.com desktop app is split between Electron code and Calypso code, with Calypso running as a submodule. If you want to fork it to customize your own app, Automattic’s developers have written detailed instructions for <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/install.md\" target=\"_blank\">installing and running</a> the application.</p>\n<p>The <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/development.md\" target=\"_blank\">development guide</a> outlines the structure of the app, how it runs, where to make changes when customizing the main app, and how to debug your work. The repository also includes <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/packaging.md\" target=\"_blank\">instructions</a> for how to package your released version in a platform-specific way.</p>\n<p>In the future the desktop app will become more robust as more admin screens are added to Calypso. This amazing body of work is available for anyone to use or repurpose as your own publishing app trimmed of WordPress.com’s extra features, such as stats, site management, and the Reader. For example, it would be interesting to see a bare bones fork that works with self-hosted sites without having to use Jetpack.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 17 Dec 2015 22:41:54 +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: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:85:\"WPTavern: Popper: A Free Touch-Friendly WordPress Theme with a Focus on Accessibility\";s: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:28:\"http://wptavern.com/?p=49721\";s: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:94:\"http://wptavern.com/popper-a-free-touch-friendly-wordpress-theme-with-a-focus-on-accessibility\";s: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:5742:\"<p>After three months in the WordPress.org theme review queue, <a href=\"http://mor10.com/\" target=\"_blank\">Morten Rand-Hendriksen</a>‘s new mobile-first theme is now live in the official theme directory. <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">Popper</a> is one of the few themes worthy of the “<a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility ready</a>” tag, which requires the author to meet all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>. This includes features such as semantic markup and structuring, screen reader texts and focus states on all interactive objects, high-contrast typography, and navigation suited for all input devices.</p>\n<p>The theme is based on <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>, a starter theme that already has accessibility baked in. Hendriksen also used Twenty Fifteen’s CSS and JavaScript to provide the menu, which works as a horizontal menu on wider screens.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png\" rel=\"attachment wp-att-49744\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png?resize=1025%2C769\" alt=\"popper\" class=\"aligncenter size-full wp-image-49744\" /></a></p>\n<p>Popper comes with a handful of options available in the native customizer, including support for a site icon, a 1600 × 420 header image, header text and background colors, an optional left or right sidebar, and a bottom widget area. If you don’t upload a site icon (which doubles as the global home button), the theme will show the first letter of the site title.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png\" rel=\"attachment wp-att-49759\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png?resize=1025%2C570\" alt=\"popper-customizer\" class=\"aligncenter size-full wp-image-49759\" /></a></p>\n<p>In a <a href=\"http://mor10.com/introducing-popper/\" target=\"_blank\">post</a> announcing the theme, Hendriksen outlined a few of the more subtle features that you might not notice immediately:</p>\n<ul>\n<li>CSS flex (a.k.a. “flexbox) used for post navigation and widgets to create a more harmonious display of content, when the widget area is set to default, the width of individual widgets changes depending on how many widgets are added to provide a more interesting display.</li>\n<li>The first post on the home page is displayed as full content with the option to truncate it using the More Tag.</li>\n<li>Featured Images and center-aligned images are displayed as full-bleed content on smaller screens and center automatically on wider screens.</li>\n<li>Posts can have an optional deck (summary) displayed directly under the post title, powered by the custom Excerpt feature in the post editor.</li>\n<li>In-content links are highlighted using a grey underline that expands on :hover and :focus.</li>\n<li>If a post author has a Gravatar associated with their email address, the Gravatar appears next to the post meta.</li>\n</ul>\n<p>Hendriksen’s blog is currently using Popper as the <a href=\"http://mor10.com/\" target=\"_blank\">live demo</a> for the theme.</p>\n<p>“Popper started out as a simple idea: Build a beautiful content-focused theme that met or exceeded the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibililty Guidelines</a>, and provide a user experience centered around how people visit the web today: with their thumbs on mobile devices,” Hendriksen said.</p>\n<p>In order to make the design thumb-friendly, he moved the mobile menu button from the top left corner to the bottom left corner. The menu appears on top of the content, instead of displacing it. “As a result, the menu is always accessible and within reach regardless of what type of device or input method you choose to use,” he said.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png\" rel=\"attachment wp-att-49750\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png?resize=932%2C666\" alt=\"popper-mobile\" class=\"aligncenter size-full wp-image-49750\" /></a></p>\n<p>Hendriksen, a philosophy nerd at heart, named the theme after <a href=\"https://en.wikipedia.org/wiki/Karl_Popper\" target=\"_blank\">Karl Popper</a>, an Austrian-British philosopher of science.</p>\n<p>“Popper became the namesake for this theme due to it’s basic premise of building on what has been done before and moving the world forward by introducing evolutionary and empirically falsifiable theories about how to improve the user experience through accessibility and a focus on the hands of the mobile user,” he said.</p>\n<p>If you’re looking for a mobile-first theme with touch-friendly navigation that meets all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>, Popper is an excellent choice. It also works well as a starting place for child themes. You can <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">download</a> it for free on WordPress.org.</p>\n<p>Popper is also <a href=\"https://github.com/mor10/popper\" target=\"_blank\">available on GitHub</a> and Hendriksen welcomes any contributions in form of pull requests, issues, feature requests, and translations. A full feature list is available on the theme’s <a href=\"http://mor10.com/popper/\" target=\"_blank\">home page</a>.</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 17 Dec 2015 20:39: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: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:58:\"WPTavern: WPWeekly Episode 217 – The Tale of Jeff Matson\";s: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:44:\"http://wptavern.com?p=49753&preview_id=49753\";s: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:64:\"http://wptavern.com/wpweekly-episode-217-the-tale-of-jeff-matson\";s: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:2126:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://jeffmatson.net/\">Jeff Matson</a> who writes and maintains documentation for <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a>. Matson tells us how he became involved with WordPress and the community. We learn how he’s transitioned from working in an office everyday to an office being optional. Last but not least, we discuss how important mental health is and share tips to maintain a healthy balance.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-overlay-ads/\">WordPress Video Overlay Ads<b>,</b></a> by Ensar from Istanbul, creates an advertisement overlay area over YouTube video embeds. You can insert banner ads, text, polls, HTML or JavaScript code to the overlay.</p>\n<p><a href=\"https://wordpress.org/plugins/simple-insta-post/\">Simple Insta Post</a> automatically creates a post in WordPress from a post on Instagram by connecting through a secure API connection. The picture is added to the post and to the media gallery while the photo’s caption is used as the content of the post.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-facebook-pixel/\">WP Facebook Pixel</a>, by Jacob Hulse, adds an area where users can insert Facebook’s new conversion pixel. Once added, the pixel is added to all posts and pages.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 23rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #217:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></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:\"Thu, 17 Dec 2015 19:30:17 +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:\"Jeff Chandler\";s: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\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Jan 2016 07:49:17 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"195464\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 11 Jan 2016 07:30:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(2265,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1452541757','no'),(2268,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1452498557','no'),(2271,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1452541758','no'),(2274,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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\";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:117:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s: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/plugins/browse/popular/\";s: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:34:\"WordPress Plugins » View: Popular\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jan 2016 07:43:02 +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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.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:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\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:15:\"NextGEN 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s: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, 23 Apr 2007 20:08:06 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s: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:9:\"Alex Rabe\";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:30:\"\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:7:\"Akismet\";s: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:46:\"https://wordpress.org/plugins/akismet/#post-15\";s: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 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s: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:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\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:21:\"Regenerate Thumbnails\";s: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:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s: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, 23 Aug 2008 14:38: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s: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:25:\"Alex Mills (Viper007Bond)\";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:30:\"\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:24:\"Jetpack by WordPress.com\";s: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:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s: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, 20 Jan 2011 02: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";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:27:\"Your WordPress, Simplified.\";s: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:9:\"Tim Moore\";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:30:\"\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:33:\"WooCommerce - excelling eCommerce\";s: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:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s: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 Sep 2011 08:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:9:\"WooThemes\";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:30:\"\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:11:\"Hello Dolly\";s: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/plugins/hello-dolly/#post-5790\";s: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, 29 May 2008 22: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";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:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s: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:\"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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\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:11:\"WP-PageNavi\";s: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:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s: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 Mar 2007 23:17:57 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";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:49:\"Adds a more advanced paging navigation interface.\";s: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:11:\"Lester Chan\";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:30:\"\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:14:\"WP Super Cache\";s: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:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s: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 Nov 2007 11:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";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:73:\"A very fast caching engine for WordPress that produces static html files.\";s: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:16:\"Donncha O Caoimh\";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:30:\"\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:9:\"Yoast SEO\";s: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:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s: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 Jan 2009 20:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";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:30:\"\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:25:\"Google Analytics by Yoast\";s: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:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s: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, 14 Sep 2007 12:15:27 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s: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:\"Joost de Valk\";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:30:\"\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:14:\"Contact Form 7\";s: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:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s: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, 02 Aug 2007 12:45: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";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:54:\"Just another contact form plugin. Simple but flexible.\";s: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:16:\"Takayuki Miyoshi\";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:30:\"\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:18:\"WordPress Importer\";s: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:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s: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, 20 May 2010 17:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";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:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s: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:\"Brian Colinger\";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:30:\"\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:19:\"All in One SEO Pack\";s: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:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s: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, 30 Mar 2007 20:08:18 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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:8:\"uberdose\";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:30:\"\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:19:\"Google XML Sitemaps\";s: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:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s: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 Mar 2007 22:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";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:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s: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:\"Arne Brachhold\";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:30:\"\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:16:\"TinyMCE Advanced\";s: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:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s: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, 27 Jun 2007 15:00:26 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";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:30:\"\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:21:\"Really Simple CAPTCHA\";s: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:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s: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, 09 Mar 2009 02:17:35 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";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:30:\"\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:22:\"Advanced Custom Fields\";s: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:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s: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, 17 Mar 2011 04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";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:68:\"Customise WordPress with powerful, professional and intuitive fields\";s: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:\"elliotcondon\";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:30:\"\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:14:\"W3 Total Cache\";s: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:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s: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, 29 Jul 2009 18:46: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s: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:16:\"Frederick Townes\";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:30:\"\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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s: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 Sep 2011 03:13:51 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s: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:9:\"Wordfence\";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:30:\"\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:14:\"Duplicate Post\";s: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:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s: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, 05 Dec 2007 17:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";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:22:\"Clone posts and pages.\";s: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:\"Lopo\";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:30:\"\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:16:\"Disable Comments\";s: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/plugins/disable-comments/#post-26907\";s: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, 27 May 2011 04:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s: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:\"Samir Shah\";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:30:\"\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:18:\"WP Multibyte Patch\";s: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:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s: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, 14 Jul 2011 12:22: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s: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:\"plugin-master\";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:30:\"\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:27:\"Black Studio TinyMCE Widget\";s: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/plugins/black-studio-tinymce-widget/#post-31973\";s: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, 10 Nov 2011 15:06:14 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";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:39:\"The visual editor widget for 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:12:\"Marco Chiesi\";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:30:\"\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:26:\"Page Builder by SiteOrigin\";s: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:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s: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, 11 Apr 2013 10:36:42 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s: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:11:\"Greg Priday\";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:30:\"\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:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s: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, 22 Oct 2010 22:06:05 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";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:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s: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:\"Chris Wiegman\";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:30:\"\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:33:\"Google Analytics Dashboard for WP\";s: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:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s: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, 10 Mar 2013 17:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s: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:\"Alin Marcu\";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:30:\"\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:34:\"UpdraftPlus Backup and Restoration\";s: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:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s: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, 21 May 2012 15:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s: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:\"David Anderson\";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:30:\"\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:30:\"Clef Two-Factor Authentication\";s: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:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s: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, 27 Dec 2012 01:25:57 +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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";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:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";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:30:\"\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:11:\"Meta Slider\";s: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:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s: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, 14 Feb 2013 16:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s: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:11:\"Matcha Labs\";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:30:\"\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:10:\"Duplicator\";s: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/plugins/duplicator/#post-26607\";s: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, 16 May 2011 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s: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:\"Cory Lamle\";s: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:46:\"https://wordpress.org/plugins/rss/view/popular\";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:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Jan 2016 07:49:18 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Mon, 11 Jan 2016 08:18:02 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 11 Jan 2016 07:43:02 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(2277,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1452541758','no'),(2280,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1452498558','no'),(2283,'_transient_timeout_plugin_slugs','1452584960','no'),(2286,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:80:\"gravity-forms-list-field-select-drop-down/gravity-forms-list-field-drop-down.php\";i:4;s:33:\"duplicate-post/duplicate-post.php\";i:5;s:29:\"gravityforms/gravityforms.php\";i:6;s:51:\"gravityformspaypalpaymentspro/paypalpaymentspro.php\";i:7;s:35:\"gravityformspaypalpro/paypalpro.php\";i:8;s:29:\"gravityformspaypal/paypal.php\";i:9;s:9:\"hello.php\";i:10;s:39:\"smart-countdown-fx/smartcountdownfx.php\";i:11;s:17:\"unyson/unyson.php\";i:12;s:41:\"wordpress-importer/wordpress-importer.php\";}','no'),(2289,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1452541760','no'),(2292,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\'>WordPress 4.4.1 Security and Maintenance Release</a> <span class=\"rss-date\">January 6, 2016</span><div class=\"rssSummary\">WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2016/01/interview-in-el-pais/\'>Matt: Interview in El Pais</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-europe-2016-sold-out-organizers-working-to-get-more-venue-space\'>WPTavern: WordCamp Europe 2016 Sold Out, Organizers Working to Get More Venue Space</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-us-is-accepting-applications-for-2017-18-host-city\'>WPTavern: WordCamp US Is Accepting Applications for 2017-18 Host City</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/ml-slider/\' class=\'dashboard-news-plugin-link\'>Meta Slider</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=ml-slider&_wpnonce=f0bf930600&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Meta Slider\'>Install</a>)</span></li></ul></div>','no'),(2356,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:17:\"Cliqnow@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484972366;}','yes'),(3091,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.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-4.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.1\";s:7:\"version\";s:5:\"4.7.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.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-4.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.1\";s:7:\"version\";s:5:\"4.7.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:12:\"notify_email\";s:1:\"1\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.2.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-4.6.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.2\";s:7:\"version\";s:5:\"4.6.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.5.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-4.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.5\";s:7:\"version\";s:5:\"4.5.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1485360489;s:15:\"version_checked\";s:5:\"4.4.6\";s:12:\"translations\";a:0:{}}','yes'),(3108,'_site_transient_timeout_theme_roots','1485362297','yes'),(3109,'_site_transient_theme_roots','a:4:{s:9:\"lastimosa\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(3110,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1485360503;s:7:\"checked\";a:4:{s:9:\"lastimosa\";s:5:\"1.0.0\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.7.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.9.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(3111,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1485360502;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"27008\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.3.1.zip\";s:14:\"upgrade_notice\";s:124:\"Version 2.x is a major update. If you are upgrading from version 1.x please ensure to backup your database before upgrading.\";s:6:\"tested\";s:5:\"4.6.2\";s:13:\"compatibility\";a:1:{s:5:\"4.7.1\";a:3:{s:7:\"percent\";i:0;s:5:\"votes\";i:0;s:11:\"total_votes\";i:1;}}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:4:\"1295\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.1.2.zip\";s:14:\"upgrade_notice\";s:36:\"Fixes the problem with custom fields\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:39:\"smart-countdown-fx/smartcountdownfx.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"60539\";s:4:\"slug\";s:18:\"smart-countdown-fx\";s:6:\"plugin\";s:39:\"smart-countdown-fx/smartcountdownfx.php\";s:11:\"new_version\";s:5:\"1.5.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/smart-countdown-fx/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/smart-countdown-fx.1.5.2.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:17:\"unyson/unyson.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"55635\";s:4:\"slug\";s:6:\"unyson\";s:6:\"plugin\";s:17:\"unyson/unyson.php\";s:11:\"new_version\";s:6:\"2.6.13\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/unyson/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/unyson.2.6.13.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";s:6:\"tested\";s:5:\"4.6.2\";s:13:\"compatibility\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:80:\"gravity-forms-list-field-select-drop-down/gravity-forms-list-field-drop-down.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"61558\";s:4:\"slug\";s:41:\"gravity-forms-list-field-select-drop-down\";s:6:\"plugin\";s:80:\"gravity-forms-list-field-select-drop-down/gravity-forms-list-field-drop-down.php\";s:11:\"new_version\";s:5:\"1.6.6\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/gravity-forms-list-field-select-drop-down/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/gravity-forms-list-field-select-drop-down.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";b:0;}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1754 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (5,5,'fw-shortcode-default-values','[]'),(6,5,'fw-shortcode-settings','[]'),(7,5,'_edit_last','1'),(8,5,'_edit_lock','1451918359:1'),(9,5,'_wp_page_template','default'),(10,6,'fw_options','a:1:{i:0;s:0:\"\";}'),(11,5,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:7397:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:7470:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:10243:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1/2</sup> South, 1100 East.</span></p><p><span><br /></span></p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">A Chronological History</span></p><p>&nbsp;</p><p><strong><span>February 4, 1936</span></strong></p><p><span>Salt Lake City Rotary Club "waives territorial rights" permitting Rotary International to organize a Club at Sugar House.</span></p><p>&nbsp;</p><p><strong><span>April 30, 1936</span></strong></p><p><span>First meeting after organization. Officers chosen by ballot:</span></p><ul><li><span>Marvin O. Ashton - President</span></li><li><span>Willard B. Richards, Jr. - Vice President</span></li><li><span>Charles Lobb - Secretary</span></li><li><span>Charles R. Snelgrove - Treasurer</span></li><li><span>George Lucas - Director</span></li><li><span>Rev. Herbert W. Reherd - Director</span></li><li><span>A.C. Smoot - DIrector</span></li></ul><p>&nbsp;</p><p><span><strong>June 18, 1936</strong><br /></span></p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.</span></p><p>&nbsp;</p><p><strong><span>September 1, 1938</span></strong></p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.</span></p><p>&nbsp;</p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">Charter Members</span></p><p><span>The Rotary Club of Sugar House had 22 charter members:</span></p><p>&nbsp;</p><table border="0"><tbody><tr><td><span>Jed L. Ashton</span></td><td><span>Samuel C. Leaver</span></td><td><span>Rev. Herbert W. Reherd</span></td></tr><tr><td><span>Marvin O. Ashton</span></td><td><span>W.H. Linnell</span></td><td><span>Willard B. Richards, Jr.</span></td></tr><tr><td><span>George W. Burbidge</span></td><td><span>Charles J. Lobb</span></td><td><span>Dr. Thomas E. Robinson</span></td></tr><tr><td><span>John Burt, Jr.</span></td><td><span>George Lucas</span></td><td><span>Allen L. Seegmiller</span></td></tr><tr><td><span>Lawrence Clements</span></td><td><span>Dr. William R. Middlemiss &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>A.C. Smoot</span></td></tr><tr><td><span>C.O. Hawhurst</span></td><td><span>Dr. E.E. Monson</span></td><td><span>Charles R. Snelgrove</span></td></tr><tr><td><span>Theodore P. Jorgensen &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>Grant Morgan</span></td><td></td></tr><tr><td><span>Dr. W.H. Landmesser</span></td><td><span>Allan G. Pyper</span></td><td></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p style="text-align: left;"><span><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">District Governors</span> </span></p><p style="text-align: left;"><span>Members who have been District Governors for Rotary District 5420.<br /></span></p><p>&nbsp;</p><table style="width: 256px; height: 204px;" border="0"><tbody><tr><td><span>Holger M. Larsen</span></td><td><span>1960 - 1961</span></td></tr><tr><td><span>Charles H. "Chic" Stratford&nbsp;&nbsp;&nbsp; <br /></span></td><td><span>1971-1792</span></td></tr><tr><td><span>Ray D. Free</span></td><td><span>1975 - 1976</span></td></tr><tr><td><span>A. Jack Ehlers</span></td><td><span>1980 - 1981</span></td></tr><tr><td><span>C. Laird Snelgrove</span></td><td><span>1985 - 1986</span></td></tr><tr><td><span>Samuel C. Leaver</span></td><td><span>1993 - 1994</span></td></tr><tr><td><span>Wally B. Brown</span></td><td><span>2003 - 2004</span></td></tr><tr><td><span>Charles R. Cambra, III</span></td><td><span>2011 - 2012</span></td></tr></tbody></table><p>&nbsp;</p><p style="text-align: center;">&nbsp;</p><p><span style="font-family: arial black,avant garde;"><strong><span style="color: #33cccc; font-size: medium;">A History of Sugar House</span></strong></span></p><p>&nbsp;</p><p><span>"...a nice place to live and do business..."</span></p><p>&nbsp;</p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s</span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.</span></p><p>&nbsp;</p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called "Ma Smoot," suggested the name "Sugar House" after the factory, which was currently being constructed in the area.</span></p><p><span><br /></span></p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial "firsts" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: </span></p><ul><li><span>flour mill </span></li><li><span>sugar beet factory</span></li><li><span>paper mill</span></li><li><span>bucket, churn, tub and barrel factory</span></li><li><span>nail factory</span></li><li><span>woolen and carding mill</span></li><li><span>cotton gin</span></li><li><span>glass button factory</span></li><li><span>iron foundry</span></li><li><span>chemical and powder works</span></li><li><span>match factor</span></li><li><span>tannery</span></li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young</span></li></ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as "Salt Lake Collegiate Institute." In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name "Westminster College."</span></p><p><span><br /></span></p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.</span></p><p><span><br /></span></p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br /></span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(12,7,'fw-shortcode-default-values','[]'),(13,7,'fw-shortcode-settings','[]'),(14,7,'_edit_last','1'),(15,7,'_wp_page_template','default'),(16,8,'fw_options','a:1:{i:0;s:0:\"\";}'),(17,7,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:2:\"[]\";s:14:\"corrected_json\";s:2:\"[]\";s:18:\"shortcode_notation\";s:0:\"\";s:14:\"builder_active\";b:0;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(18,7,'_edit_lock','1451918362:1'),(19,9,'fw-shortcode-default-values','[]'),(20,9,'fw-shortcode-settings','[]'),(21,9,'_edit_last','1'),(22,9,'_wp_page_template','default'),(23,10,'fw_options','a:1:{i:0;s:0:\"\";}'),(24,9,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(25,9,'_edit_lock','1451918367:1'),(26,11,'fw-shortcode-default-values','[]'),(27,11,'fw-shortcode-settings','[]'),(28,11,'_edit_last','1'),(29,11,'_wp_page_template','default'),(30,12,'fw_options','a:1:{i:0;s:0:\"\";}'),(31,11,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(32,11,'_edit_lock','1451918178:1'),(33,13,'_menu_item_type','custom'),(34,13,'_menu_item_menu_item_parent','0'),(35,13,'_menu_item_object_id','13'),(36,13,'_menu_item_object','custom'),(37,13,'_menu_item_target',''),(38,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(39,13,'_menu_item_xfn',''),(40,13,'_menu_item_url','#page'),(42,13,'mega-menu','a:0:{}'),(93,22,'_wp_attached_file','2015/11/texas-chili-open-logo.png'),(94,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:192;s:4:\"file\";s:33:\"2015/11/texas-chili-open-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"texas-chili-open-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"texas-chili-open-logo-205x166.png\";s:5:\"width\";i:205;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(95,23,'_wp_attached_file','2015/11/banner-bg.jpg'),(96,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:850;s:4:\"file\";s:21:\"2015/11/banner-bg.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"banner-bg-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"banner-bg-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:22:\"banner-bg-1228x691.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:21:\"banner-bg-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:21:\"banner-bg-295x524.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:21:\"banner-bg-590x850.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"banner-bg-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:21:\"banner-bg-590x786.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"banner-bg-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:21:\"banner-bg-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:21:\"banner-bg-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:21:\"banner-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(101,28,'_wp_attached_file','2015/11/separator.png'),(102,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:361;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2015/11/separator.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"separator-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"separator-300x25.png\";s:5:\"width\";i:300;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:20:\"separator-295x30.png\";s:5:\"width\";i:295;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"separator-295x30.png\";s:5:\"width\";i:295;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"separator-295x30.png\";s:5:\"width\";i:295;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:20:\"separator-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(103,29,'_wp_attached_file','2015/11/collage.jpg'),(104,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:396;s:4:\"file\";s:19:\"2015/11/collage.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"collage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"collage-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:19:\"collage-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:19:\"collage-295x396.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:19:\"collage-590x396.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"collage-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:19:\"collage-590x396.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"collage-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:19:\"collage-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:19:\"collage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(108,33,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}}'),(109,33,'fw-shortcode-settings','[]'),(110,33,'_wp_page_template','visual-builder-template.php'),(111,33,'_edit_lock','1451881721:1'),(112,33,'_edit_last','1'),(113,33,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}}'),(114,33,'fw-shortcode-settings','[]'),(115,33,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:9112:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:12303:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:19947:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(116,33,'_oembed_f0df79b2d0fd33475e357350fabd6b2b','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/pJbXNedOlH8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(117,33,'_oembed_time_f0df79b2d0fd33475e357350fabd6b2b','1448444243'),(118,33,'_dp_original','2'),(121,36,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:9248:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https://www.youtube.com/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!</p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?</strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\"text-align: center;\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\",\"class\":\"\"}},{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.</p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}},{\"type\":\"section\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event list\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\",\"class\":\"\"}},{\"type\":\"column\",\"_items\":[],\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[],\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}}]\";s:14:\"corrected_json\";s:13043:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https://www.youtube.com/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!</p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?</strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\"text-align: center;\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.</p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false}},{\"type\":\"section\",\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event list\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[],\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false}}]\";s:18:\"shortcode_notation\";s:21189:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg","css":{"background-image":"url("http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"//utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"Event list\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(122,37,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:9301:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event list\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:13096:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event list\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:21226:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"Event list\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(124,39,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:6586:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:8520:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:13549:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(126,41,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:2701:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:2774:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:4299:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(128,43,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:6361:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:8295:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:13349:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(130,45,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:5894:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:7828:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:12487:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(132,47,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:5470:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:7404:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:12041:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(134,49,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:5213:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:6543:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:10756:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(136,51,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:4743:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:5469:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:8878:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(138,53,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:4523:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:4645:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:7557:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(141,56,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:9112:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}]}]\";s:14:\"corrected_json\";s:12303:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"cover\",\"parallax\":\"no\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"id\":\"fw-custom\",\"color\":\"\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"video\":\"https:\\/\\/www.youtube.com\\/watch?v=pJbXNedOlH8\",\"width\":\"\",\"height\":\"\",\"frame\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h3>25th Annual Utah Chili Open<\\/h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/p>\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"heading\":\"h2\",\"color\":{\"color\":null,\"id\":\"fw-custom\"},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"custom\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br \\/><br \\/>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/p>\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"label\":\"Purchase Tickets\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"fw-btn-md\",\"full_width\":\"\",\"btn_alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"rounded\":\"\",\"frame\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"\",\"position\":\"fw-single-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-single-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"class\":\"\"}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"#96243a\",\"id\":\"color_1\"},\"overlay_opacity_image\":100}}}},\"tablet\":\"\",\"class\":\"\"},\"_items\":[]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:19947:\"[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(214,124,'_wp_attached_file','2015/11/meet-the-chili-open.png'),(215,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1234;s:6:\"height\";i:487;s:4:\"file\";s:31:\"2015/11/meet-the-chili-open.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"meet-the-chili-open-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"meet-the-chili-open-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"meet-the-chili-open-768x303.png\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"meet-the-chili-open-1024x404.png\";s:5:\"width\";i:1024;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"meet-the-chili-open-811x372.png\";s:5:\"width\";i:811;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"fw-theme-full-width\";a:4:{s:4:\"file\";s:32:\"meet-the-chili-open-1038x487.png\";s:5:\"width\";i:1038;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(217,126,'_wp_attached_file','2015/11/blue-grid.jpg'),(218,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:10;s:6:\"height\";i:10;s:4:\"file\";s:21:\"2015/11/blue-grid.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(221,129,'_wp_attached_file','2015/11/logos.jpg'),(222,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1174;s:6:\"height\";i:196;s:4:\"file\";s:17:\"2015/11/logos.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logos-300x50.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logos-768x128.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logos-1024x171.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"logos-811x196.jpg\";s:5:\"width\";i:811;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"fw-theme-full-width\";a:4:{s:4:\"file\";s:18:\"logos-1038x196.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(223,130,'_wp_attached_file','2015/11/photo-gallery.jpg'),(224,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:502;s:4:\"file\";s:25:\"2015/11/photo-gallery.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"photo-gallery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"photo-gallery-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"photo-gallery-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"photo-gallery-811x372.jpg\";s:5:\"width\";i:811;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"fw-theme-full-width\";a:4:{s:4:\"file\";s:26:\"photo-gallery-1038x502.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(227,133,'_wp_attached_file','2015/11/cancer-wellness-house.jpg'),(228,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:213;s:4:\"file\";s:33:\"2015/11/cancer-wellness-house.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cancer-wellness-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cancer-wellness-house-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(229,134,'_wp_attached_file','2015/11/people-helping-people.jpg'),(230,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:213;s:4:\"file\";s:33:\"2015/11/people-helping-people.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"people-helping-people-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"people-helping-people-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(231,135,'_wp_attached_file','2015/11/pingree-center.jpg'),(232,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:213;s:4:\"file\";s:26:\"2015/11/pingree-center.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pingree-center-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"pingree-center-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(255,158,'_form','<div class=\"row\">\n <div class=\"col-md-6\">\n <p>[text* your-name placeholder \"Full Name\"] </p>\n <p>[email* your-email placeholder \"Email Address\"] </p>\n <p>[text your-phone placeholder \"Contact Number\"] </p> \n </div>\n <div class=\"col-md-6\">\n <p>[textarea your-message placeholder \"Leave a comment\"] </p>\n <p>[submit \"Submit\"]</p> \n </div>\n</div>'),(256,158,'_mail','a:8:{s:7:\"subject\";s:23:\"Chili Open Contact Form\";s:6:\"sender\";s:51:\"[your-name] <wordpress@utahchiliopen.com>\";s:4:\"body\";s:84:\"From: [your-name] <[your-email]>\nPhone: [your-subject]\n\nMessage Body:\n[your-message]\";s:9:\"recipient\";s:17:\"Cliqnow@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(257,158,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:62:\"Sugar House Chili Open <wordpress@utahchiliopen.com>\";s:4:\"body\";s:136:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Sugar House Chili Open (http://utahchiliopen.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: Cliqnow@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(258,158,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(259,158,'_additional_settings',''),(260,158,'_locale','en_US'),(261,159,'_wp_attached_file','2015/12/icon-facebook.png'),(262,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:52;s:6:\"height\";i:51;s:4:\"file\";s:25:\"2015/12/icon-facebook.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(263,160,'_wp_attached_file','2015/12/icon-google-plus.png'),(264,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:52;s:6:\"height\";i:51;s:4:\"file\";s:28:\"2015/12/icon-google-plus.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(265,161,'_wp_attached_file','2015/12/icon-twitter.png'),(266,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:52;s:6:\"height\";i:51;s:4:\"file\";s:24:\"2015/12/icon-twitter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(267,162,'_menu_item_type','post_type'),(268,162,'_menu_item_menu_item_parent','0'),(269,162,'_menu_item_object_id','5'),(270,162,'_menu_item_object','page'),(271,162,'_menu_item_target',''),(272,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(273,162,'_menu_item_xfn',''),(274,162,'_menu_item_url',''),(276,162,'mega-menu','a:0:{}'),(277,163,'_menu_item_type','post_type'),(278,163,'_menu_item_menu_item_parent','0'),(279,163,'_menu_item_object_id','9'),(280,163,'_menu_item_object','page'),(281,163,'_menu_item_target',''),(282,163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(283,163,'_menu_item_xfn',''),(284,163,'_menu_item_url',''),(286,163,'mega-menu','a:0:{}'),(297,165,'_menu_item_type','post_type'),(298,165,'_menu_item_menu_item_parent','0'),(299,165,'_menu_item_object_id','7'),(300,165,'_menu_item_object','page'),(301,165,'_menu_item_target',''),(302,165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(303,165,'_menu_item_xfn',''),(304,165,'_menu_item_url',''),(306,165,'mega-menu','a:0:{}'),(313,172,'_wp_attached_file','2015/11/image-3.jpg'),(314,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-3-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(315,173,'_wp_attached_file','2015/11/image-4.jpg'),(316,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-4-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-4-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(317,174,'_wp_attached_file','2015/11/image-5.jpg'),(318,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-5-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-5-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(319,175,'_wp_attached_file','2015/11/image-6.jpg'),(320,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-6-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-6-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(321,176,'_wp_attached_file','2015/11/image-7.jpg'),(322,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-7-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-7-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(323,177,'_wp_attached_file','2015/11/image-8.jpg'),(324,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-8-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-8-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(325,178,'_wp_attached_file','2015/11/image-1.jpg'),(326,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(327,179,'_wp_attached_file','2015/11/image-2.jpg'),(328,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2015/11/image-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-670x372.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(335,186,'_edit_last','1'),(336,186,'_edit_lock','1452326660:1'),(337,186,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:1464:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"5k Run\\/Walk Registration\",\"subtitle\":\"Come run with us!\",\"heading\":\"h2\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"dinner-registration\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>[gravityform id=\\\"4\\\" title=\\\"false\\\" description=\\\"false\\\"]<\\/p>\"}}]}]}]\";s:18:\"shortcode_notation\";s:2155:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/Walk Registration\" subtitle=\"Come run with us!\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>[gravityform id="4" title="false" description="false"]</p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:67:\"Westminster on the Draw, 2120 S 1300 E, Salt Lake City, Utah, 84106\";s:5:\"venue\";s:23:\"Westminster on the Draw\";s:7:\"address\";s:13:\"2120 S 1300 E\";s:4:\"city\";s:14:\"Salt Lake City\";s:5:\"state\";s:4:\"Utah\";s:7:\"country\";s:0:\"\";s:3:\"zip\";s:5:\"84106\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.724623100000002;s:3:\"lng\";d:-111.85443450000002;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/02/13 09:00\";s:2:\"to\";s:16:\"2016/02/13 12:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(345,190,'_wp_attached_file','2015/11/rotary-1.jpg'),(346,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-1-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"300pxx230px\";s:33:\"/2015/12/rotary-1-300pxx230px.jpg\";s:7:\"300x230\";s:29:\"/2015/12/rotary-1-300x230.jpg\";}}'),(347,191,'_wp_attached_file','2015/11/rotary-2.jpg'),(348,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-2-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"300pxx230px\";s:33:\"/2015/12/rotary-2-300pxx230px.jpg\";s:7:\"300x230\";s:29:\"/2015/12/rotary-2-300x230.jpg\";}}'),(349,192,'_wp_attached_file','2015/11/rotary-3.jpg'),(350,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-3-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"600pxx230px\";s:33:\"/2015/12/rotary-3-600pxx230px.jpg\";s:7:\"600x230\";s:29:\"/2015/12/rotary-3-600x230.jpg\";}}'),(351,193,'_wp_attached_file','2015/11/rotary-4.jpg'),(352,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:333;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-4-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-4-333x372.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"300pxx460px\";s:33:\"/2015/12/rotary-4-300pxx460px.jpg\";s:7:\"300x460\";s:29:\"/2015/12/rotary-4-300x460.jpg\";}}'),(353,194,'_wp_attached_file','2015/11/rotary-5.jpg'),(354,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-5-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"300pxx230px\";s:33:\"/2015/12/rotary-5-300pxx230px.jpg\";s:7:\"300x230\";s:29:\"/2015/12/rotary-5-300x230.jpg\";}}'),(355,195,'_wp_attached_file','2015/11/rotary-6.jpg'),(356,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2015/11/rotary-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rotary-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"rotary-6-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}s:7:\"resizes\";a:2:{s:11:\"300pxx230px\";s:33:\"/2015/12/rotary-6-300pxx230px.jpg\";s:7:\"300x230\";s:29:\"/2015/12/rotary-6-300x230.jpg\";}}'),(383,220,'_edit_last','1'),(384,220,'_edit_lock','1452264984:1'),(385,220,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3228:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner & Silent Auction Registration\",\"subtitle\":\"Come socialize, enjoy a great meal and help raise money for local charities with a silent auction. \",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f8f8f8\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"dinner-registration\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Register Here\",\"subtitle\":\"\",\"heading\":\"h2\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>[gravityform id=\\\"2\\\" title=\\\"false\\\" description=\\\"false\\\" ajax=\\\"true\\\"]<\\/p>\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>Come to the Little America in downtown Salt Lake for a dinner, social and silent auction.<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner, Social & Silent Auction\",\"subtitle\":\"\",\"heading\":\"h3\",\"heading_transformation\":\"text-capitalize\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"icon\",\"atts\":{\"icon_list\":[{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"395\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-location.png\"}}},\"title\":\"Little America 500 S Main St, Salt Lake City, UT\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"392\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-date.png\"}}},\"title\":\"February 6, 2016\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"398\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-time.png\"}}},\"title\":\"Social & Silent Auction: 5:30 PM Dinner: 7:30\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"397\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-tickets.png\"}}},\"title\":\"Ticket Price: $50.00\"}]}}]}]}]\";s:18:\"shortcode_notation\";s:4554:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner & Silent Auction Registration\" subtitle=\"Come socialize, enjoy a great meal and help raise money for local charities with a silent auction. \" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f8f8f8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Register Here\" subtitle=\"\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][text_block text=\"<p>[gravityform id="2" title="false" description="false" ajax="true"]</p>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>Come to the Little America in downtown Salt Lake for a dinner, social and silent auction.</p>\" _made_with_builder=\"true\"][/text_block][special_heading title=\"Dinner, Social & Silent Auction\" subtitle=\"\" heading=\"h3\" heading_transformation=\"text-capitalize\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][icon icon_list=\"[{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"395","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-location.png"}}},"title":"Little America 500 S Main St, Salt Lake City, UT"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"392","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-date.png"}}},"title":"February 6, 2016"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"398","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-time.png"}}},"title":"Social & Silent Auction: 5:30 PM Dinner: 7:30"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"397","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-tickets.png"}}},"title":"Ticket Price: $50.00"}]\" _array_keys=\"{"icon_list":"icon_list"}\" _made_with_builder=\"true\"][/icon][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:54:\"Little America, 500 Main St, Salt Lake City, UT, 84101\";s:5:\"venue\";s:14:\"Little America\";s:7:\"address\";s:11:\"500 Main St\";s:4:\"city\";s:14:\"Salt Lake City\";s:5:\"state\";s:2:\"UT\";s:7:\"country\";s:0:\"\";s:3:\"zip\";s:5:\"84101\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.758035300000003;s:3:\"lng\";d:-111.89148990000001;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/02/05 17:00\";s:2:\"to\";s:16:\"2016/02/05 21:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(412,1,'_edit_lock','1452062387:1'),(454,186,'_edit_last','1'),(457,186,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:1464:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"5k Run\\/Walk Registration\",\"subtitle\":\"Come run with us!\",\"heading\":\"h2\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"dinner-registration\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>[gravityform id=\\\"4\\\" title=\\\"false\\\" description=\\\"false\\\"]<\\/p>\"}}]}]}]\";s:18:\"shortcode_notation\";s:2155:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/Walk Registration\" subtitle=\"Come run with us!\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>[gravityform id="4" title="false" description="false"]</p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:67:\"Westminster on the Draw, 2120 S 1300 E, Salt Lake City, Utah, 84106\";s:5:\"venue\";s:23:\"Westminster on the Draw\";s:7:\"address\";s:13:\"2120 S 1300 E\";s:4:\"city\";s:14:\"Salt Lake City\";s:5:\"state\";s:4:\"Utah\";s:7:\"country\";s:0:\"\";s:3:\"zip\";s:5:\"84106\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.724623100000002;s:3:\"lng\";d:-111.85443450000002;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/02/13 09:00\";s:2:\"to\";s:16:\"2016/02/13 12:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(475,220,'_edit_last','1'),(478,220,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3228:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner & Silent Auction Registration\",\"subtitle\":\"Come socialize, enjoy a great meal and help raise money for local charities with a silent auction. \",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f8f8f8\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"dinner-registration\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Register Here\",\"subtitle\":\"\",\"heading\":\"h2\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>[gravityform id=\\\"2\\\" title=\\\"false\\\" description=\\\"false\\\" ajax=\\\"true\\\"]<\\/p>\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p>Come to the Little America in downtown Salt Lake for a dinner, social and silent auction.<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner, Social & Silent Auction\",\"subtitle\":\"\",\"heading\":\"h3\",\"heading_transformation\":\"text-capitalize\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"icon\",\"atts\":{\"icon_list\":[{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"395\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-location.png\"}}},\"title\":\"Little America 500 S Main St, Salt Lake City, UT\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"392\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-date.png\"}}},\"title\":\"February 6, 2016\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"398\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-time.png\"}}},\"title\":\"Social & Silent Auction: 5:30 PM Dinner: 7:30\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"397\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-tickets.png\"}}},\"title\":\"Ticket Price: $50.00\"}]}}]}]}]\";s:18:\"shortcode_notation\";s:4554:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner & Silent Auction Registration\" subtitle=\"Come socialize, enjoy a great meal and help raise money for local charities with a silent auction. \" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f8f8f8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Register Here\" subtitle=\"\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][text_block text=\"<p>[gravityform id="2" title="false" description="false" ajax="true"]</p>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>Come to the Little America in downtown Salt Lake for a dinner, social and silent auction.</p>\" _made_with_builder=\"true\"][/text_block][special_heading title=\"Dinner, Social & Silent Auction\" subtitle=\"\" heading=\"h3\" heading_transformation=\"text-capitalize\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][icon icon_list=\"[{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"395","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-location.png"}}},"title":"Little America 500 S Main St, Salt Lake City, UT"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"392","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-date.png"}}},"title":"February 6, 2016"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"398","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-time.png"}}},"title":"Social & Silent Auction: 5:30 PM Dinner: 7:30"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"397","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/icon-tickets.png"}}},"title":"Ticket Price: $50.00"}]\" _array_keys=\"{"icon_list":"icon_list"}\" _made_with_builder=\"true\"][/icon][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:54:\"Little America, 500 Main St, Salt Lake City, UT, 84101\";s:5:\"venue\";s:14:\"Little America\";s:7:\"address\";s:11:\"500 Main St\";s:4:\"city\";s:14:\"Salt Lake City\";s:5:\"state\";s:2:\"UT\";s:7:\"country\";s:0:\"\";s:3:\"zip\";s:5:\"84101\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.758035300000003;s:3:\"lng\";d:-111.89148990000001;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/02/05 17:00\";s:2:\"to\";s:16:\"2016/02/05 21:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(496,250,'backup_info','O:14:\"FW_Backup_Info\":15:{s:24:\"\0FW_Backup_Info\0cron_job\";s:9:\"cron_full\";s:23:\"\0FW_Backup_Info\0storage\";s:20:\"backup-storage-local\";s:28:\"\0FW_Backup_Info\0storage_file\";N;s:33:\"\0FW_Backup_Info\0storage_file_time\";N;s:37:\"\0FW_Backup_Info\0storage_file_contents\";N;s:21:\"\0FW_Backup_Info\0theme\";N;s:26:\"\0FW_Backup_Info\0created_at\";i:1451877800;s:26:\"\0FW_Backup_Info\0updated_at\";i:1451877800;s:25:\"\0FW_Backup_Info\0queued_at\";i:1451877800;s:26:\"\0FW_Backup_Info\0started_at\";N;s:27:\"\0FW_Backup_Info\0imported_at\";N;s:28:\"\0FW_Backup_Info\0completed_at\";N;s:28:\"\0FW_Backup_Info\0cancelled_at\";N;s:25:\"\0FW_Backup_Info\0failed_at\";N;s:27:\"\0FW_Backup_Info\0finished_at\";N;}'),(499,250,'feedback','O:18:\"FW_Backup_Feedback\":4:{s:24:\"\0FW_Backup_Feedback\0task\";s:20:\"Waiting for start...\";s:24:\"\0FW_Backup_Feedback\0size\";i:0;s:28:\"\0FW_Backup_Feedback\0progress\";s:0:\"\";s:31:\"\0FW_Backup_Feedback\0description\";b:0;}'),(502,2,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(505,2,'fw-shortcode-settings','[]'),(508,2,'_wp_page_template','default'),(511,2,'fw-shortcode-settings','[]'),(514,2,'_edit_last','1'),(517,2,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(520,2,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:17466:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"559\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"564\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"567\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/teen-challenge.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"570\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/autism-center-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"568\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/the-sharing-place.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"562\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/holding-out-help.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:18:\"shortcode_notation\";s:24729:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"559","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"564","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"567","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/teen-challenge.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"570","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/autism-center-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"568","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/the-sharing-place.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"562","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/holding-out-help.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(523,2,'_oembed_f0df79b2d0fd33475e357350fabd6b2b','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/pJbXNedOlH8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(526,2,'_oembed_time_f0df79b2d0fd33475e357350fabd6b2b','1448444243'),(529,2,'_oembed_c03ae88b6eea6678f7592400da7d2803','<iframe width=\"670\" height=\"377\" src=\"https://www.youtube.com/embed/pJbXNedOlH8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(532,2,'_oembed_time_c03ae88b6eea6678f7592400da7d2803','1449584604'),(535,2,'_oembed_f4a1635336dd05c30f8d6299de317447','<iframe src=\"https://player.vimeo.com/video/59615898\" width=\"670\" height=\"377\" frameborder=\"0\" title=\"Chili Open 2013\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(538,2,'_oembed_time_f4a1635336dd05c30f8d6299de317447','1449930028'),(541,5,'fw-shortcode-default-values','[]'),(544,5,'fw-shortcode-settings','[]'),(547,5,'_edit_last','1'),(550,5,'_wp_page_template','default'),(553,5,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:7397:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:7470:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:10243:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1/2</sup> South, 1100 East.</span></p><p><span><br /></span></p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">A Chronological History</span></p><p>&nbsp;</p><p><strong><span>February 4, 1936</span></strong></p><p><span>Salt Lake City Rotary Club "waives territorial rights" permitting Rotary International to organize a Club at Sugar House.</span></p><p>&nbsp;</p><p><strong><span>April 30, 1936</span></strong></p><p><span>First meeting after organization. Officers chosen by ballot:</span></p><ul><li><span>Marvin O. Ashton - President</span></li><li><span>Willard B. Richards, Jr. - Vice President</span></li><li><span>Charles Lobb - Secretary</span></li><li><span>Charles R. Snelgrove - Treasurer</span></li><li><span>George Lucas - Director</span></li><li><span>Rev. Herbert W. Reherd - Director</span></li><li><span>A.C. Smoot - DIrector</span></li></ul><p>&nbsp;</p><p><span><strong>June 18, 1936</strong><br /></span></p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.</span></p><p>&nbsp;</p><p><strong><span>September 1, 1938</span></strong></p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.</span></p><p>&nbsp;</p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">Charter Members</span></p><p><span>The Rotary Club of Sugar House had 22 charter members:</span></p><p>&nbsp;</p><table border="0"><tbody><tr><td><span>Jed L. Ashton</span></td><td><span>Samuel C. Leaver</span></td><td><span>Rev. Herbert W. Reherd</span></td></tr><tr><td><span>Marvin O. Ashton</span></td><td><span>W.H. Linnell</span></td><td><span>Willard B. Richards, Jr.</span></td></tr><tr><td><span>George W. Burbidge</span></td><td><span>Charles J. Lobb</span></td><td><span>Dr. Thomas E. Robinson</span></td></tr><tr><td><span>John Burt, Jr.</span></td><td><span>George Lucas</span></td><td><span>Allen L. Seegmiller</span></td></tr><tr><td><span>Lawrence Clements</span></td><td><span>Dr. William R. Middlemiss &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>A.C. Smoot</span></td></tr><tr><td><span>C.O. Hawhurst</span></td><td><span>Dr. E.E. Monson</span></td><td><span>Charles R. Snelgrove</span></td></tr><tr><td><span>Theodore P. Jorgensen &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>Grant Morgan</span></td><td></td></tr><tr><td><span>Dr. W.H. Landmesser</span></td><td><span>Allan G. Pyper</span></td><td></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p style="text-align: left;"><span><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">District Governors</span> </span></p><p style="text-align: left;"><span>Members who have been District Governors for Rotary District 5420.<br /></span></p><p>&nbsp;</p><table style="width: 256px; height: 204px;" border="0"><tbody><tr><td><span>Holger M. Larsen</span></td><td><span>1960 - 1961</span></td></tr><tr><td><span>Charles H. "Chic" Stratford&nbsp;&nbsp;&nbsp; <br /></span></td><td><span>1971-1792</span></td></tr><tr><td><span>Ray D. Free</span></td><td><span>1975 - 1976</span></td></tr><tr><td><span>A. Jack Ehlers</span></td><td><span>1980 - 1981</span></td></tr><tr><td><span>C. Laird Snelgrove</span></td><td><span>1985 - 1986</span></td></tr><tr><td><span>Samuel C. Leaver</span></td><td><span>1993 - 1994</span></td></tr><tr><td><span>Wally B. Brown</span></td><td><span>2003 - 2004</span></td></tr><tr><td><span>Charles R. Cambra, III</span></td><td><span>2011 - 2012</span></td></tr></tbody></table><p>&nbsp;</p><p style="text-align: center;">&nbsp;</p><p><span style="font-family: arial black,avant garde;"><strong><span style="color: #33cccc; font-size: medium;">A History of Sugar House</span></strong></span></p><p>&nbsp;</p><p><span>"...a nice place to live and do business..."</span></p><p>&nbsp;</p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s</span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.</span></p><p>&nbsp;</p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called "Ma Smoot," suggested the name "Sugar House" after the factory, which was currently being constructed in the area.</span></p><p><span><br /></span></p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial "firsts" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: </span></p><ul><li><span>flour mill </span></li><li><span>sugar beet factory</span></li><li><span>paper mill</span></li><li><span>bucket, churn, tub and barrel factory</span></li><li><span>nail factory</span></li><li><span>woolen and carding mill</span></li><li><span>cotton gin</span></li><li><span>glass button factory</span></li><li><span>iron foundry</span></li><li><span>chemical and powder works</span></li><li><span>match factor</span></li><li><span>tannery</span></li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young</span></li></ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as "Salt Lake Collegiate Institute." In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name "Westminster College."</span></p><p><span><br /></span></p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.</span></p><p><span><br /></span></p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br /></span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(556,7,'fw-shortcode-default-values','[]'),(559,7,'fw-shortcode-settings','[]'),(562,7,'_edit_last','1'),(565,7,'_wp_page_template','default'),(568,7,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:2:\"[]\";s:14:\"corrected_json\";s:2:\"[]\";s:18:\"shortcode_notation\";s:0:\"\";s:14:\"builder_active\";b:0;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(571,9,'fw-shortcode-default-values','[]'),(574,9,'fw-shortcode-settings','[]'),(577,9,'_edit_last','1'),(580,9,'_wp_page_template','default'),(583,9,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(586,11,'fw-shortcode-default-values','[]'),(589,11,'fw-shortcode-settings','[]'),(592,11,'_edit_last','1'),(595,11,'_wp_page_template','default'),(598,11,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(601,33,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}}'),(604,33,'fw-shortcode-settings','[]'),(607,33,'_wp_page_template','visual-builder-template.php'),(610,33,'_edit_last','1'),(613,33,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":100}}},\"video\":{\"video\":\"\",\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":100}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"section_style\":\"\",\"class\":\"\"}}'),(616,33,'fw-shortcode-settings','[]'),(619,33,'fw_options',''),(622,33,'_oembed_f0df79b2d0fd33475e357350fabd6b2b','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/pJbXNedOlH8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(625,33,'_oembed_time_f0df79b2d0fd33475e357350fabd6b2b','1448444243'),(628,33,'_dp_original','2'),(631,158,'_form','<div class=\"row\">\n <div class=\"col-md-6\">\n <p>[text* your-name placeholder \"Full Name\"] </p>\n <p>[email* your-email placeholder \"Email Address\"] </p>\n <p>[text your-phone placeholder \"Contact Number\"] </p>\n </div>\n <div class=\"col-md-6\">\n <p>[textarea your-message placeholder \"Leave a comment\"] </p>\n <p>[submit \"Submit\"]</p>\n </div>\n</div>'),(634,158,'_mail','a:8:{s:7:\"subject\";s:23:\"Chili Open Contact Form\";s:6:\"sender\";s:51:\"[your-name] <wordpress@chiliopen.cliqmarketing.net>\";s:4:\"body\";s:84:\"From: [your-name] <[your-email]>\nPhone: [your-subject]\n\nMessage Body:\n[your-message]\";s:9:\"recipient\";s:17:\"Cliqnow@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(637,158,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:62:\"Sugar House Chili Open <wordpress@chiliopen.cliqmarketing.net>\";s:4:\"body\";s:136:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Sugar House Chili Open (http://chiliopen.cliqmarketing.net)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: Cliqnow@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(640,158,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(643,158,'_additional_settings',''),(646,158,'_locale','en_US'),(649,253,'_menu_item_type','post_type'),(652,253,'_menu_item_menu_item_parent','0'),(655,253,'_menu_item_object_id','11'),(658,253,'_menu_item_object','page'),(661,253,'_menu_item_target',''),(664,253,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(667,253,'_menu_item_xfn',''),(670,253,'_menu_item_url',''),(673,253,'mega-menu','a:0:{}'),(863,2,'_edit_lock','1452512480:1'),(866,275,'backup_info','O:14:\"FW_Backup_Info\":15:{s:24:\"\0FW_Backup_Info\0cron_job\";s:9:\"cron_full\";s:23:\"\0FW_Backup_Info\0storage\";s:20:\"backup-storage-local\";s:28:\"\0FW_Backup_Info\0storage_file\";N;s:33:\"\0FW_Backup_Info\0storage_file_time\";N;s:37:\"\0FW_Backup_Info\0storage_file_contents\";N;s:21:\"\0FW_Backup_Info\0theme\";N;s:26:\"\0FW_Backup_Info\0created_at\";i:1451881930;s:26:\"\0FW_Backup_Info\0updated_at\";i:1451882028;s:25:\"\0FW_Backup_Info\0queued_at\";i:1451881930;s:26:\"\0FW_Backup_Info\0started_at\";i:1451882028;s:27:\"\0FW_Backup_Info\0imported_at\";N;s:28:\"\0FW_Backup_Info\0completed_at\";N;s:28:\"\0FW_Backup_Info\0cancelled_at\";N;s:25:\"\0FW_Backup_Info\0failed_at\";N;s:27:\"\0FW_Backup_Info\0finished_at\";N;}'),(869,275,'feedback','O:18:\"FW_Backup_Feedback\":4:{s:24:\"\0FW_Backup_Feedback\0task\";s:26:\"Adding files to archive...\";s:24:\"\0FW_Backup_Feedback\0size\";i:10668;s:28:\"\0FW_Backup_Feedback\0progress\";i:4102;s:31:\"\0FW_Backup_Feedback\0description\";b:0;}'),(872,278,'fw_options','a:1:{i:0;s:0:\"\";}'),(875,281,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:2202:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}],\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:2275:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}],\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:3028:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(880,286,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:3555:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"2_3\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}],\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_6\",\"_items\":[],\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:3677:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"2_3\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}],\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_6\",\"_items\":[],\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false}}]\";s:18:\"shortcode_notation\";s:4833:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(884,290,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:7890:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}],\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"column_class\":\"\"}}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}],\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}],\"atts\":{\"column_class\":\"\"}}]}]\";s:14:\"corrected_json\";s:8113:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}],\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}],\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}],\"atts\":{\"column_class\":\"\"}},{\"type\":\"column\",\"width\":\"1_2\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}],\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:10730:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(890,296,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:7973:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]}]\";s:14:\"corrected_json\";s:8196:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:10981:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(896,302,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:10490:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:14:\"corrected_json\";s:10788:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:14483:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(901,307,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:13435:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:13904:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:18897:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(905,311,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:13444:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]}]\";s:14:\"corrected_json\";s:13913:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:18906:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(911,317,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:20104:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20723:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:28513:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(916,322,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:7397:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:7470:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1\\/2<\\/sup> South, 1100 East.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">A Chronological History<\\/span><\\/p><p> <\\/p><p><strong><span>February 4, 1936<\\/span><\\/strong><\\/p><p><span>Salt Lake City Rotary Club \\\"waives territorial rights\\\" permitting Rotary International to organize a Club at Sugar House.<\\/span><\\/p><p> <\\/p><p><strong><span>April 30, 1936<\\/span><\\/strong><\\/p><p><span>First meeting after organization. Officers chosen by ballot:<\\/span><\\/p><ul><li><span>Marvin O. Ashton - President<\\/span><\\/li><li><span>Willard B. Richards, Jr. - Vice President<\\/span><\\/li><li><span>Charles Lobb - Secretary<\\/span><\\/li><li><span>Charles R. Snelgrove - Treasurer<\\/span><\\/li><li><span>George Lucas - Director<\\/span><\\/li><li><span>Rev. Herbert W. Reherd - Director<\\/span><\\/li><li><span>A.C. Smoot - DIrector<\\/span><\\/li><\\/ul><p> <\\/p><p><span><strong>June 18, 1936<\\/strong><br \\/><\\/span><\\/p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.<\\/span><\\/p><p> <\\/p><p><strong><span>September 1, 1938<\\/span><\\/strong><\\/p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.<\\/span><\\/p><p> <\\/p><p><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">Charter Members<\\/span><\\/p><p><span>The Rotary Club of Sugar House had 22 charter members:<\\/span><\\/p><p> <\\/p><table border=\\\"0\\\"><tbody><tr><td><span>Jed L. Ashton<\\/span><\\/td><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>Rev. Herbert W. Reherd<\\/span><\\/td><\\/tr><tr><td><span>Marvin O. Ashton<\\/span><\\/td><td><span>W.H. Linnell<\\/span><\\/td><td><span>Willard B. Richards, Jr.<\\/span><\\/td><\\/tr><tr><td><span>George W. Burbidge<\\/span><\\/td><td><span>Charles J. Lobb<\\/span><\\/td><td><span>Dr. Thomas E. Robinson<\\/span><\\/td><\\/tr><tr><td><span>John Burt, Jr.<\\/span><\\/td><td><span>George Lucas<\\/span><\\/td><td><span>Allen L. Seegmiller<\\/span><\\/td><\\/tr><tr><td><span>Lawrence Clements<\\/span><\\/td><td><span>Dr. William R. Middlemiss <br \\/><\\/span><\\/td><td><span>A.C. Smoot<\\/span><\\/td><\\/tr><tr><td><span>C.O. Hawhurst<\\/span><\\/td><td><span>Dr. E.E. Monson<\\/span><\\/td><td><span>Charles R. Snelgrove<\\/span><\\/td><\\/tr><tr><td><span>Theodore P. Jorgensen <br \\/><\\/span><\\/td><td><span>Grant Morgan<\\/span><\\/td><td><\\/td><\\/tr><tr><td><span>Dr. W.H. Landmesser<\\/span><\\/td><td><span>Allan G. Pyper<\\/span><\\/td><td><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p> <\\/p><p> <\\/p><p> <\\/p><p style=\\\"text-align: left;\\\"><span><span style=\\\"font-family: arial black,avant garde; color: #33cccc; font-size: medium;\\\">District Governors<\\/span> <\\/span><\\/p><p style=\\\"text-align: left;\\\"><span>Members who have been District Governors for Rotary District 5420.<br \\/><\\/span><\\/p><p> <\\/p><table style=\\\"width: 256px; height: 204px;\\\" border=\\\"0\\\"><tbody><tr><td><span>Holger M. Larsen<\\/span><\\/td><td><span>1960 - 1961<\\/span><\\/td><\\/tr><tr><td><span>Charles H. \\\"Chic\\\" Stratford <br \\/><\\/span><\\/td><td><span>1971-1792<\\/span><\\/td><\\/tr><tr><td><span>Ray D. Free<\\/span><\\/td><td><span>1975 - 1976<\\/span><\\/td><\\/tr><tr><td><span>A. Jack Ehlers<\\/span><\\/td><td><span>1980 - 1981<\\/span><\\/td><\\/tr><tr><td><span>C. Laird Snelgrove<\\/span><\\/td><td><span>1985 - 1986<\\/span><\\/td><\\/tr><tr><td><span>Samuel C. Leaver<\\/span><\\/td><td><span>1993 - 1994<\\/span><\\/td><\\/tr><tr><td><span>Wally B. Brown<\\/span><\\/td><td><span>2003 - 2004<\\/span><\\/td><\\/tr><tr><td><span>Charles R. Cambra, III<\\/span><\\/td><td><span>2011 - 2012<\\/span><\\/td><\\/tr><\\/tbody><\\/table><p> <\\/p><p style=\\\"text-align: center;\\\"> <\\/p><p><span style=\\\"font-family: arial black,avant garde;\\\"><strong><span style=\\\"color: #33cccc; font-size: medium;\\\">A History of Sugar House<\\/span><\\/strong><\\/span><\\/p><p> <\\/p><p><span>\\\"...a nice place to live and do business...\\\"<\\/span><\\/p><p> <\\/p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s<\\/span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.<\\/span><\\/p><p> <\\/p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called \\\"Ma Smoot,\\\" suggested the name \\\"Sugar House\\\" after the factory, which was currently being constructed in the area.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial \\\"firsts\\\" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: <\\/span><\\/p><ul><li><span>flour mill <\\/span><\\/li><li><span>sugar beet factory<\\/span><\\/li><li><span>paper mill<\\/span><\\/li><li><span>bucket, churn, tub and barrel factory<\\/span><\\/li><li><span>nail factory<\\/span><\\/li><li><span>woolen and carding mill<\\/span><\\/li><li><span>cotton gin<\\/span><\\/li><li><span>glass button factory<\\/span><\\/li><li><span>iron foundry<\\/span><\\/li><li><span>chemical and powder works<\\/span><\\/li><li><span>match factor<\\/span><\\/li><li><span>tannery<\\/span><\\/li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young<\\/span><\\/li><\\/ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as \\\"Salt Lake Collegiate Institute.\\\" In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name \\\"Westminster College.\\\"<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.<\\/span><\\/p><p><span><br \\/><\\/span><\\/p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br \\/><\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:10243:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1/2</sup> South, 1100 East.</span></p><p><span><br /></span></p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">A Chronological History</span></p><p>&nbsp;</p><p><strong><span>February 4, 1936</span></strong></p><p><span>Salt Lake City Rotary Club "waives territorial rights" permitting Rotary International to organize a Club at Sugar House.</span></p><p>&nbsp;</p><p><strong><span>April 30, 1936</span></strong></p><p><span>First meeting after organization. Officers chosen by ballot:</span></p><ul><li><span>Marvin O. Ashton - President</span></li><li><span>Willard B. Richards, Jr. - Vice President</span></li><li><span>Charles Lobb - Secretary</span></li><li><span>Charles R. Snelgrove - Treasurer</span></li><li><span>George Lucas - Director</span></li><li><span>Rev. Herbert W. Reherd - Director</span></li><li><span>A.C. Smoot - DIrector</span></li></ul><p>&nbsp;</p><p><span><strong>June 18, 1936</strong><br /></span></p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.</span></p><p>&nbsp;</p><p><strong><span>September 1, 1938</span></strong></p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.</span></p><p>&nbsp;</p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">Charter Members</span></p><p><span>The Rotary Club of Sugar House had 22 charter members:</span></p><p>&nbsp;</p><table border="0"><tbody><tr><td><span>Jed L. Ashton</span></td><td><span>Samuel C. Leaver</span></td><td><span>Rev. Herbert W. Reherd</span></td></tr><tr><td><span>Marvin O. Ashton</span></td><td><span>W.H. Linnell</span></td><td><span>Willard B. Richards, Jr.</span></td></tr><tr><td><span>George W. Burbidge</span></td><td><span>Charles J. Lobb</span></td><td><span>Dr. Thomas E. Robinson</span></td></tr><tr><td><span>John Burt, Jr.</span></td><td><span>George Lucas</span></td><td><span>Allen L. Seegmiller</span></td></tr><tr><td><span>Lawrence Clements</span></td><td><span>Dr. William R. Middlemiss &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>A.C. Smoot</span></td></tr><tr><td><span>C.O. Hawhurst</span></td><td><span>Dr. E.E. Monson</span></td><td><span>Charles R. Snelgrove</span></td></tr><tr><td><span>Theodore P. Jorgensen &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>Grant Morgan</span></td><td></td></tr><tr><td><span>Dr. W.H. Landmesser</span></td><td><span>Allan G. Pyper</span></td><td></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p style="text-align: left;"><span><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">District Governors</span> </span></p><p style="text-align: left;"><span>Members who have been District Governors for Rotary District 5420.<br /></span></p><p>&nbsp;</p><table style="width: 256px; height: 204px;" border="0"><tbody><tr><td><span>Holger M. Larsen</span></td><td><span>1960 - 1961</span></td></tr><tr><td><span>Charles H. "Chic" Stratford&nbsp;&nbsp;&nbsp; <br /></span></td><td><span>1971-1792</span></td></tr><tr><td><span>Ray D. Free</span></td><td><span>1975 - 1976</span></td></tr><tr><td><span>A. Jack Ehlers</span></td><td><span>1980 - 1981</span></td></tr><tr><td><span>C. Laird Snelgrove</span></td><td><span>1985 - 1986</span></td></tr><tr><td><span>Samuel C. Leaver</span></td><td><span>1993 - 1994</span></td></tr><tr><td><span>Wally B. Brown</span></td><td><span>2003 - 2004</span></td></tr><tr><td><span>Charles R. Cambra, III</span></td><td><span>2011 - 2012</span></td></tr></tbody></table><p>&nbsp;</p><p style="text-align: center;">&nbsp;</p><p><span style="font-family: arial black,avant garde;"><strong><span style="color: #33cccc; font-size: medium;">A History of Sugar House</span></strong></span></p><p>&nbsp;</p><p><span>"...a nice place to live and do business..."</span></p><p>&nbsp;</p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s</span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.</span></p><p>&nbsp;</p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called "Ma Smoot," suggested the name "Sugar House" after the factory, which was currently being constructed in the area.</span></p><p><span><br /></span></p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial "firsts" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: </span></p><ul><li><span>flour mill </span></li><li><span>sugar beet factory</span></li><li><span>paper mill</span></li><li><span>bucket, churn, tub and barrel factory</span></li><li><span>nail factory</span></li><li><span>woolen and carding mill</span></li><li><span>cotton gin</span></li><li><span>glass button factory</span></li><li><span>iron foundry</span></li><li><span>chemical and powder works</span></li><li><span>match factor</span></li><li><span>tannery</span></li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young</span></li></ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as "Salt Lake Collegiate Institute." In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name "Westminster College."</span></p><p><span><br /></span></p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.</span></p><p><span><br /></span></p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br /></span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(919,325,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(922,328,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:302:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:14:\"corrected_json\";s:375:\"[{\"type\":\"section\",\"_items\":[{\"_items\":[{\"type\":\"column\",\"_items\":[],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true}}]\";s:18:\"shortcode_notation\";s:462:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(926,332,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19964:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20583:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:28373:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'); INSERT INTO `wp_postmeta` VALUES (932,338,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19991:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20610:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:28397:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(934,340,'fw_options','a:3:{s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:54:\"Sugar House, Park Salt, Lake City, Utah, United States\";s:5:\"venue\";s:12:\"Sugar House \";s:7:\"address\";s:9:\"Park Salt\";s:4:\"city\";s:9:\"Lake City\";s:5:\"state\";s:4:\"Utah\";s:7:\"country\";s:13:\"United States\";s:3:\"zip\";s:0:\"\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.725529799999997;s:3:\"lng\";d:-111.85230060000004;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/03/10 06:00\";s:2:\"to\";s:16:\"2016/03/10 14:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(950,344,'fw_options','a:3:{s:13:\"general-event\";a:3:{s:14:\"event_location\";a:8:{s:8:\"location\";s:75:\"Salt Lake Marriott, Downtown at City Center, Salt Lake, Utah, United States\";s:5:\"venue\";s:19:\"Salt Lake Marriott \";s:7:\"address\";s:23:\"Downtown at City Center\";s:4:\"city\";s:9:\"Salt Lake\";s:5:\"state\";s:4:\"Utah\";s:7:\"country\";s:13:\"United States\";s:3:\"zip\";s:0:\"\";s:11:\"coordinates\";a:2:{s:3:\"lat\";d:40.760779300000003;s:3:\"lng\";d:-111.89104739999999;}}s:7:\"all_day\";s:2:\"no\";s:14:\"event_children\";a:1:{i:0;a:2:{s:16:\"event_date_range\";a:2:{s:4:\"from\";s:16:\"2016/01/20 05:00\";s:2:\"to\";s:16:\"2016/01/20 07:00\";}s:10:\"event-user\";a:0:{}}}}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(986,356,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19816:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20435:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:28217:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(992,362,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19518:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20137:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:27895:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1015,373,'_menu_item_type','custom'),(1018,373,'_menu_item_menu_item_parent','0'),(1021,373,'_menu_item_object_id','373'),(1024,373,'_menu_item_object','custom'),(1027,373,'_menu_item_target',''),(1030,373,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1033,373,'_menu_item_xfn',''),(1036,373,'_menu_item_url','#about'),(1042,373,'mega-menu','a:0:{}'),(1043,374,'_menu_item_type','custom'),(1046,374,'_menu_item_menu_item_parent','0'),(1049,374,'_menu_item_object_id','374'),(1052,374,'_menu_item_object','custom'),(1055,374,'_menu_item_target',''),(1058,374,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1061,374,'_menu_item_xfn',''),(1064,374,'_menu_item_url','#events'),(1070,374,'mega-menu','a:0:{}'),(1072,376,'_menu_item_type','custom'),(1075,376,'_menu_item_menu_item_parent','0'),(1078,376,'_menu_item_object_id','376'),(1081,376,'_menu_item_object','custom'),(1084,376,'_menu_item_target',''),(1087,376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1090,376,'_menu_item_xfn',''),(1093,376,'_menu_item_url','#charities-we-help'),(1099,376,'mega-menu','a:0:{}'),(1102,379,'_menu_item_type','custom'),(1105,379,'_menu_item_menu_item_parent','0'),(1108,379,'_menu_item_object_id','379'),(1111,379,'_menu_item_object','custom'),(1114,379,'_menu_item_target',''),(1117,379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1120,379,'_menu_item_xfn',''),(1123,379,'_menu_item_url','#colophon'),(1129,379,'mega-menu','a:0:{}'),(1130,380,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19594:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20213:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:28139:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-01-20 08:00:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1139,220,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(1142,220,'fw-shortcode-settings','[]'),(1163,389,'_wp_attached_file','2016/01/event-banner-bg.jpg'),(1166,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:410;s:4:\"file\";s:27:\"2016/01/event-banner-bg.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"event-banner-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"event-banner-bg-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"event-banner-bg-768x197.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"event-banner-bg-1024x262.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"event-banner-bg-811x372.jpg\";s:5:\"width\";i:811;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"fw-theme-full-width\";a:4:{s:4:\"file\";s:28:\"event-banner-bg-1038x410.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1172,392,'_wp_attached_file','2016/01/icon-date.png'),(1175,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:39;s:6:\"height\";i:36;s:4:\"file\";s:21:\"2016/01/icon-date.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1178,395,'_wp_attached_file','2016/01/icon-location.png'),(1181,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:39;s:6:\"height\";i:36;s:4:\"file\";s:25:\"2016/01/icon-location.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1183,397,'_wp_attached_file','2016/01/icon-tickets.png'),(1186,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:39;s:6:\"height\";i:36;s:4:\"file\";s:24:\"2016/01/icon-tickets.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1187,398,'_wp_attached_file','2016/01/icon-time.png'),(1190,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:39;s:6:\"height\";i:36;s:4:\"file\";s:21:\"2016/01/icon-time.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1196,404,'fw_options','a:4:{s:12:\"page-builder\";a:4:{s:4:\"json\";s:19471:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:14:\"corrected_json\";s:20090:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false,\"first_in_builder\":true},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}}],\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}],\"type\":\"row\"}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\",\"auto_generated\":false},\"_items\":[{\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}],\"type\":\"row\"},{\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}],\"type\":\"row\"}]}]\";s:18:\"shortcode_notation\";s:27976:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1211,186,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(1214,186,'fw-shortcode-settings','[]'),(1289,419,'fw-shortcode-default-values','[]'),(1292,419,'fw-shortcode-settings','[]'),(1295,419,'_edit_last','1'),(1298,419,'_edit_lock','1452176165:1'),(1315,419,'_wp_page_template','default'),(1318,424,'fw_options','a:1:{i:0;s:0:\"\";}'),(1321,419,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2:\"[]\";s:18:\"shortcode_notation\";s:0:\"\";s:14:\"builder_active\";b:0;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1339,430,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(1342,430,'fw-shortcode-settings','[]'),(1345,430,'_edit_last','1'),(1348,430,'_edit_lock','1452186191:1'),(1351,430,'_wp_page_template','default'),(1354,433,'fw_options','a:1:{i:0;s:0:\"\";}'),(1357,430,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3369:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5328:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t"},{"textarea":"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t"}],[{"textarea":"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1360,436,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:739:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#13b4e8\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}]\";s:18:\"shortcode_notation\";s:1141:\"[section is_fullwidth=\"\" background_color=\"#13b4e8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1366,442,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:1593:\"[{\"type\":\"section\",\"_items\":[{\"type\":\"column\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}],\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"}}],\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"}},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#13b4e8\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}}]}]}]\";s:18:\"shortcode_notation\";s:2318:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#13b4e8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1371,447,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:1616:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}}]}]}]\";s:18:\"shortcode_notation\";s:2341:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1402,457,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2559:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"Name of Event: \\t\\t\\t\\t\"},{\"textarea\":\" Chili Open - Dinner\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Registering Name:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Email Address:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Number of Attendees:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Total Purchase:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:3914:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\t\\t\\t\\t"},{"textarea":" Chili Open - Dinner\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Registering Name:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Email Address:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Number of Attendees:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Total Purchase:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1408,463,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3185:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"Name of Event: \\t\\t\\t\\t\"},{\"textarea\":\" Chili Open - Dinner\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Registering Name:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Email Address:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Number of Attendees:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Total Purchase:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:4972:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\t\\t\\t\\t"},{"textarea":" Chili Open - Dinner\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Registering Name:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Email Address:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Number of Attendees:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Total Purchase:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1414,469,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3357:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"Name of Event: \\t\\t\\t\\t\"},{\"textarea\":\" Chili Open - Dinner\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Registering Name:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Email Address:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Number of Attendees:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}],[{\"textarea\":\"Total Purchase:\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5436:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\t\\t\\t\\t"},{"textarea":" Chili Open - Dinner\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Registering Name:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Email Address:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Number of Attendees:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}],[{"textarea":"Total Purchase:\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"},{"textarea":"\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1416,220,'_wp_old_slug','5k-run-and-walk'),(1447,186,'_wp_old_slug','charity-auction-and-dinner'),(1465,220,'_wp_old_slug','charity-auction-and-dinner-2'),(1486,484,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3369:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5328:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t"},{"textarea":"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t"}],[{"textarea":"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1503,489,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(1506,489,'fw-shortcode-settings','[]'),(1509,489,'fw-shortcode-default-values','{\"section\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":\"\",\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"}}'),(1512,489,'fw-shortcode-settings','[]'),(1515,489,'_edit_last','1'),(1518,489,'_edit_lock','1452186533:1'),(1521,489,'_wp_page_template','default'),(1524,489,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2344:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"5k Run\\/walk registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"498\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">Congratulations, your registration is complete<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">An email has been sent to your email address confirming your participation.<br \\/>If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]}]}]\";s:18:\"shortcode_notation\";s:3575:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/walk registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1527,489,'_dp_original','430'),(1528,490,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3262:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\"text-align: center; font-size:52px;\"><span style=\"color: #ffffff;\">REGISTRATION SUCCESSFUL!</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"ttName of Event: tttttt\"},{\"textarea\":\"tt Chili Open - Dinnertttttt\"}],[{\"textarea\":\"ttRegistering Name:tttttt\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}tttt\"}],[{\"textarea\":\"ttEmail Address:tttttt\"},{\"textarea\":\"{Email:8}ttttttttt\"}],[{\"textarea\":\"ttNumber of Attendees:tttttt\"},{\"textarea\":\"{Number of Attendees:5}tttttttttt\"}],[{\"textarea\":\"ttTotal Purchase:tttttt\"},{\"textarea\":\"{Total:6}tttttttt\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5233:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg","css":{"background-image":"url("http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"ttName of Event: tttttt"},{"textarea":"tt Chili Open - Dinnertttttt"}],[{"textarea":"ttRegistering Name:tttttt"},{"textarea":"{name (First):1.3} {name (Last):1.6}tttt"}],[{"textarea":"ttEmail Address:tttttt"},{"textarea":"{Email:8}ttttttttt"}],[{"textarea":"ttNumber of Attendees:tttttt"},{"textarea":"{Number of Attendees:5}tttttttttt"}],[{"textarea":"ttTotal Purchase:tttttt"},{"textarea":"{Total:6}tttttttt"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1531,493,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2:\"[]\";s:18:\"shortcode_notation\";s:0:\"\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1533,495,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3369:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5328:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t"},{"textarea":"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t"}],[{"textarea":"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1536,498,'_wp_attached_file','2016/01/success-icon.png'),(1539,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:105;s:4:\"file\";s:24:\"2016/01/success-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1542,501,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2480:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"498\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">Congratulations, your registration is complete<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">An email has been sent to your email address confirming your participation.<br \\/>If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:3712:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1543,502,'_wp_attached_file','2016/01/pay-with-paypal.png'),(1546,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:91;s:4:\"file\";s:27:\"2016/01/pay-with-paypal.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pay-with-paypal-150x91.png\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"pay-with-paypal-300x65.png\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1548,502,'_edit_lock','1452184854:1'),(1549,505,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:3369:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Dinner Registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">REGISTRATION SUCCESSFUL!<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}}},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"table\":{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t\"}]]}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]}]}]\";s:18:\"shortcode_notation\";s:5328:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\t\\tName of Event: \\t\\t\\t\\t\\t\\t"},{"textarea":"\\t\\t Chili Open - Dinner\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tRegistering Name:\\t\\t\\t\\t\\t\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\t\\t\\t\\t"}],[{"textarea":"\\t\\tEmail Address:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Email:8}\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tNumber of Attendees:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Number of Attendees:5}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t"}],[{"textarea":"\\t\\tTotal Purchase:\\t\\t\\t\\t\\t\\t"},{"textarea":"{Total:6}\\t\\t\\t\\t\\t\\t\\t\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:0;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1558,514,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:2344:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"event-header\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"5k Run\\/walk registration\",\"subtitle\":\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"blue-bg\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"498\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h1 style=\\\"text-align: center; font-size:52px;\\\"><span style=\\\"color: #ffffff;\\\">Congratulations, your registration is complete<\\/span><\\/h1><p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">An email has been sent to your email address confirming your participation.<br \\/>If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org<\\/span><\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]}]}]\";s:18:\"shortcode_notation\";s:3575:\"[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/event-banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/walk registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1606,526,'event-from-date','1455321600'),(1609,526,'event-to-date','1455321600'),(1612,526,'event-from-time','32400'),(1615,526,'event-to-time','43200'),(1618,526,'all_day_event','no'),(1621,529,'event-from-date','1454630400'),(1624,529,'event-to-date','1454630400'),(1627,529,'event-from-time','61200'),(1630,529,'event-to-time','75600'),(1633,529,'all_day_event','no'),(1639,535,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:19006:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[]}}}},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#ffffff\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Photo <strong>Gallery<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\"><\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}}}]}]}]\";s:18:\"shortcode_notation\";s:27471:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg"},{"attachment_id":178,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg"},{"attachment_id":177,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg"},{"attachment_id":176,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg"},{"attachment_id":175,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg"},{"attachment_id":174,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg"},{"attachment_id":173,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg"},{"attachment_id":172,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1641,537,'_menu_item_type','custom'),(1644,537,'_menu_item_menu_item_parent','374'),(1647,537,'_menu_item_object_id','537'),(1650,537,'_menu_item_object','custom'),(1653,537,'_menu_item_target',''),(1656,537,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1659,537,'_menu_item_xfn',''),(1662,537,'_menu_item_url','/event/charity-auction-and-dinner/'),(1668,537,'mega-menu','a:0:{}'),(1669,538,'_menu_item_type','custom'),(1672,538,'_menu_item_menu_item_parent','374'),(1675,538,'_menu_item_object_id','538'),(1678,538,'_menu_item_object','custom'),(1681,538,'_menu_item_target',''),(1684,538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1687,538,'_menu_item_xfn',''),(1690,538,'_menu_item_url','/event/5k-run-and-walk/'),(1696,538,'mega-menu','a:0:{}'),(1702,544,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:16630:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"<strong>Sponsors<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:18:\"shortcode_notation\";s:23849:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1708,550,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:15873:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:18:\"shortcode_notation\";s:22710:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1713,555,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:15873:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"129\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:18:\"shortcode_notation\";s:22710:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1714,556,'_wp_attached_file','2015/11/autism-center.jpg'),(1717,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:344;s:6:\"height\";i:196;s:4:\"file\";s:25:\"2015/11/autism-center.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"autism-center-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"autism-center-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1720,559,'_wp_attached_file','2015/11/cancer-wellness-house-1.jpg'),(1723,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:578;s:6:\"height\";i:176;s:4:\"file\";s:35:\"2015/11/cancer-wellness-house-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cancer-wellness-house-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cancer-wellness-house-1-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1726,562,'_wp_attached_file','2015/11/holding-out-help.jpg'),(1729,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:359;s:6:\"height\";i:196;s:4:\"file\";s:28:\"2015/11/holding-out-help.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"holding-out-help-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"holding-out-help-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1731,564,'_wp_attached_file','2015/11/people-helping-people-1.jpg'),(1734,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:245;s:6:\"height\";i:170;s:4:\"file\";s:35:\"2015/11/people-helping-people-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"people-helping-people-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1737,567,'_wp_attached_file','2015/11/teen-challenge.jpg'),(1740,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:168;s:4:\"file\";s:26:\"2015/11/teen-challenge.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"teen-challenge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1741,568,'_wp_attached_file','2015/11/the-sharing-place.jpg'),(1744,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:217;s:6:\"height\";i:196;s:4:\"file\";s:29:\"2015/11/the-sharing-place.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"the-sharing-place-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1746,570,'_wp_attached_file','2015/11/autism-center-1.jpg'),(1749,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:344;s:6:\"height\";i:196;s:4:\"file\";s:27:\"2015/11/autism-center-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"autism-center-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"autism-center-1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1753,574,'fw_options','a:4:{s:12:\"page-builder\";a:3:{s:4:\"json\";s:17466:\"[{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#000000\",\"background_image\":{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_video\",\"atts\":{\"url\":\"https:\\/\\/vimeo.com\\/59615898\",\"width\":\"670\",\"height\":\"430\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">25th ANNUAL UTAH CHILI OPEN<\\/span><\\/strong><\\/h2><h3><span style=\\\"color: #ffffff;\\\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!<\\/span><\\/h3>\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"REGISTER FOR 5K \",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"pull-left home-btn\"}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"#fe5757\",\"label\":\"PURCHASE TICKETS TO DINNER\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"text-left\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}},\"section_id\":\"about\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"What is the <strong>Chili Open?<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah\'s premier charity events!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"29\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"alignleft\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!<\\/h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"},\"active_color\":\"\",\"label\":\"PURCHASE TICKETS\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-lg\",\"full_width\":\"\",\"alignment\":\"\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"events\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event <strong>List<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"events\",\"atts\":{\"events\":{\"style\":\"default\"}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Event Information\",\"subtitle\":\"\",\"heading\":\"h4\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-left\"}},{\"type\":\"simple\",\"shortcode\":\"tabs\",\"atts\":{\"tabs\":[{\"tab_title\":\"Run\\/Walk Countdown\",\"tab_content\":\"[smartcountdown deadline=\\\"2016-02-06 17:30:00\\\"] [\\/smartcountdown]\"}]}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"#f4f4f4\",\"background_image\":{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"charities-we-help\",\"section_class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Charities <strong>We Help<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Take a look at the many charities we support, and see how you can get involved too!<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"134\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"People Helping People\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"135\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Pingree Center for Children<br \\/> with Autism\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"white-box\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_box\",\"atts\":{\"image\":{\"attachment_id\":\"133\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"},\"width\":\"\",\"height\":\"\",\"link\":\"\",\"target\":\"_self\",\"title\":\"Cancer Wellness House\",\"content\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet,<br \\/>consectetur adipiscing elit....<\\/p>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"20px\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"style\":\"fw-btn-1\",\"font_color\":\"#ffffff\",\"background_color\":{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"},\"active_color\":\"#015cab\",\"label\":\"Learn More\",\"link\":\"#\",\"target\":\"_self\",\"size\":\"btn-md\",\"full_width\":\"\",\"alignment\":\"text-center\",\"icon\":\"\",\"icon_position\":\"\",\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:<\\/h4>\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"559\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"564\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"567\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/teen-challenge.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"570\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/autism-center-1.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"568\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/the-sharing-place.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"562\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/holding-out-help.jpg\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}}]}]},{\"type\":\"section\",\"atts\":{\"is_fullwidth\":false,\"background_color\":\"\",\"background_image\":{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}},\"video\":\"\",\"section_border\":\"\",\"section_padding\":{\"padding\":\"large\",\"custom\":{\"size\":\"\"}},\"section_id\":\"\",\"section_class\":\"alternative\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"title\":\"Meet the <strong>Sugar House Rotary<\\/strong>\",\"subtitle\":\"\",\"heading\":\"h1\",\"heading_transformation\":\"text-uppercase\",\"heading_subtitle\":\"p\",\"alignment\":\"text-center\"}},{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"image\":{\"attachment_id\":\"28\",\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"},\"width\":\"\",\"height\":\"\",\"alignment\":\"aligncenter\",\"link\":\"\",\"target\":\"_self\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"text\":\"<h4 style=\\\"text-align: center;\\\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br \\/>Our members are a friendly, sociable, and very welcoming group.<\\/h4>\"}},{\"type\":\"simple\",\"shortcode\":\"separator\",\"atts\":{\"style\":{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"column_class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"column_class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"image_gallery\",\"atts\":{\"image_gallery\":{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":190,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":191,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":193,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":194,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":192,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":195,\"url\":\"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}}}]}]}]\";s:18:\"shortcode_notation\";s:24729:\"[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\"2016-02-06 17:30:00\\"] [\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"559","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"564","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"567","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/teen-challenge.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"570","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/autism-center-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"568","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/the-sharing-place.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"562","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/holding-out-help.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg","css":{"background-image":"url(\\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]\";s:14:\"builder_active\";b:1;}s:10:\"hide_title\";b:1;s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";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_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_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=575 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (1,1,'2015-11-25 08:31:46','2015-11-25 08:31:46','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2015-11-25 08:31:46','2015-11-25 08:31:46','',0,'http://utahchiliopen.com/?p=1',0,'post','',1),(2,1,'2015-11-25 08:31:46','2015-11-25 08:31:46','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"559","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"564","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"567","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/teen-challenge.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"570","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/autism-center-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"568","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/the-sharing-place.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"562","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/holding-out-help.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','publish','closed','open','','homepage','','','2016-01-08 15:33:10','2016-01-08 15:33:10','',0,'http://chiliopen.cliqmarketing.net/?page_id=2',0,'page','',0),(5,1,'2015-11-25 09:06:54','2015-11-25 09:06:54','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1/2</sup> South, 1100 East.</span></p><p><span><br /></span></p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">A Chronological History</span></p><p>&nbsp;</p><p><strong><span>February 4, 1936</span></strong></p><p><span>Salt Lake City Rotary Club "waives territorial rights" permitting Rotary International to organize a Club at Sugar House.</span></p><p>&nbsp;</p><p><strong><span>April 30, 1936</span></strong></p><p><span>First meeting after organization. Officers chosen by ballot:</span></p><ul><li><span>Marvin O. Ashton - President</span></li><li><span>Willard B. Richards, Jr. - Vice President</span></li><li><span>Charles Lobb - Secretary</span></li><li><span>Charles R. Snelgrove - Treasurer</span></li><li><span>George Lucas - Director</span></li><li><span>Rev. Herbert W. Reherd - Director</span></li><li><span>A.C. Smoot - DIrector</span></li></ul><p>&nbsp;</p><p><span><strong>June 18, 1936</strong><br /></span></p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.</span></p><p>&nbsp;</p><p><strong><span>September 1, 1938</span></strong></p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.</span></p><p>&nbsp;</p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">Charter Members</span></p><p><span>The Rotary Club of Sugar House had 22 charter members:</span></p><p>&nbsp;</p><table border="0"><tbody><tr><td><span>Jed L. Ashton</span></td><td><span>Samuel C. Leaver</span></td><td><span>Rev. Herbert W. Reherd</span></td></tr><tr><td><span>Marvin O. Ashton</span></td><td><span>W.H. Linnell</span></td><td><span>Willard B. Richards, Jr.</span></td></tr><tr><td><span>George W. Burbidge</span></td><td><span>Charles J. Lobb</span></td><td><span>Dr. Thomas E. Robinson</span></td></tr><tr><td><span>John Burt, Jr.</span></td><td><span>George Lucas</span></td><td><span>Allen L. Seegmiller</span></td></tr><tr><td><span>Lawrence Clements</span></td><td><span>Dr. William R. Middlemiss &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>A.C. Smoot</span></td></tr><tr><td><span>C.O. Hawhurst</span></td><td><span>Dr. E.E. Monson</span></td><td><span>Charles R. Snelgrove</span></td></tr><tr><td><span>Theodore P. Jorgensen &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>Grant Morgan</span></td><td></td></tr><tr><td><span>Dr. W.H. Landmesser</span></td><td><span>Allan G. Pyper</span></td><td></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p style="text-align: left;"><span><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">District Governors</span> </span></p><p style="text-align: left;"><span>Members who have been District Governors for Rotary District 5420.<br /></span></p><p>&nbsp;</p><table style="width: 256px; height: 204px;" border="0"><tbody><tr><td><span>Holger M. Larsen</span></td><td><span>1960 - 1961</span></td></tr><tr><td><span>Charles H. "Chic" Stratford&nbsp;&nbsp;&nbsp; <br /></span></td><td><span>1971-1792</span></td></tr><tr><td><span>Ray D. Free</span></td><td><span>1975 - 1976</span></td></tr><tr><td><span>A. Jack Ehlers</span></td><td><span>1980 - 1981</span></td></tr><tr><td><span>C. Laird Snelgrove</span></td><td><span>1985 - 1986</span></td></tr><tr><td><span>Samuel C. Leaver</span></td><td><span>1993 - 1994</span></td></tr><tr><td><span>Wally B. Brown</span></td><td><span>2003 - 2004</span></td></tr><tr><td><span>Charles R. Cambra, III</span></td><td><span>2011 - 2012</span></td></tr></tbody></table><p>&nbsp;</p><p style="text-align: center;">&nbsp;</p><p><span style="font-family: arial black,avant garde;"><strong><span style="color: #33cccc; font-size: medium;">A History of Sugar House</span></strong></span></p><p>&nbsp;</p><p><span>"...a nice place to live and do business..."</span></p><p>&nbsp;</p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s</span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.</span></p><p>&nbsp;</p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called "Ma Smoot," suggested the name "Sugar House" after the factory, which was currently being constructed in the area.</span></p><p><span><br /></span></p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial "firsts" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: </span></p><ul><li><span>flour mill </span></li><li><span>sugar beet factory</span></li><li><span>paper mill</span></li><li><span>bucket, churn, tub and barrel factory</span></li><li><span>nail factory</span></li><li><span>woolen and carding mill</span></li><li><span>cotton gin</span></li><li><span>glass button factory</span></li><li><span>iron foundry</span></li><li><span>chemical and powder works</span></li><li><span>match factor</span></li><li><span>tannery</span></li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young</span></li></ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as "Salt Lake Collegiate Institute." In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name "Westminster College."</span></p><p><span><br /></span></p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.</span></p><p><span><br /></span></p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br /></span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','About','','publish','closed','closed','','about','','','2016-01-04 10:25:43','2016-01-04 10:25:43','',0,'http://utahchiliopen.com/?page_id=5',0,'page','',0),(6,1,'2015-11-25 09:06:54','2015-11-25 09:06:54','','About','','inherit','closed','closed','','5-revision-v1','','','2015-11-25 09:06:54','2015-11-25 09:06:54','',5,'http://utahchiliopen.com/5-revision-v1/',0,'revision','',0),(7,1,'2015-11-25 09:11:25','2015-11-25 09:11:25','','Events','','publish','closed','closed','','events','','','2015-11-25 09:11:25','2015-11-25 09:11:25','',0,'http://utahchiliopen.com/?page_id=7',0,'page','',0),(8,1,'2015-11-25 09:11:25','2015-11-25 09:11:25','','Events','','inherit','closed','closed','','7-revision-v1','','','2015-11-25 09:11:25','2015-11-25 09:11:25','',7,'http://utahchiliopen.com/7-revision-v1/',0,'revision','',0),(9,1,'2015-11-25 09:13:04','2015-11-25 09:13:04','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Charities','','publish','closed','closed','','charities','','','2016-01-04 12:19:30','2016-01-04 12:19:30','',0,'http://utahchiliopen.com/?page_id=9',0,'page','',0),(10,1,'2015-11-25 09:13:04','2015-11-25 09:13:04','','Charities','','inherit','closed','closed','','9-revision-v1','','','2015-11-25 09:13:04','2015-11-25 09:13:04','',9,'http://utahchiliopen.com/9-revision-v1/',0,'revision','',0),(11,1,'2015-11-25 09:13:43','2015-11-25 09:13:43','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Contact','','publish','closed','closed','','contact','','','2016-01-04 12:19:37','2016-01-04 12:19:37','',0,'http://utahchiliopen.com/?page_id=11',0,'page','',0),(12,1,'2015-11-25 09:13:43','2015-11-25 09:13:43','','Contact','','inherit','closed','closed','','11-revision-v1','','','2015-11-25 09:13:43','2015-11-25 09:13:43','',11,'http://utahchiliopen.com/11-revision-v1/',0,'revision','',0),(13,1,'2015-11-25 09:34:36','2015-11-25 09:34:36','','Home','','publish','closed','closed','','home','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=13',1,'nav_menu_item','',0),(22,1,'2015-11-25 09:39:59','2015-11-25 09:39:59','','texas-chili-open-logo','','inherit','open','closed','','texas-chili-open-logo','','','2015-11-25 09:39:59','2015-11-25 09:39:59','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/texas-chili-open-logo.png',0,'attachment','image/png',0),(23,1,'2015-11-25 09:58:31','2015-11-25 09:58:31','','banner-bg','','inherit','open','closed','','banner-bg','','','2015-11-25 09:58:31','2015-11-25 09:58:31','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg',0,'attachment','image/jpeg',0),(28,1,'2015-11-25 10:04:40','2015-11-25 10:04:40','','separator','','inherit','open','closed','','separator','','','2015-11-25 10:04:40','2015-11-25 10:04:40','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/separator.png',0,'attachment','image/png',0),(29,1,'2015-11-25 10:11:08','2015-11-25 10:11:08','','collage','','inherit','open','closed','','collage','','','2015-11-25 10:11:08','2015-11-25 10:11:08','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg',0,'attachment','image/jpeg',0),(33,1,'2015-11-25 10:18:54','2015-11-25 10:18:54','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','publish','closed','open','','homepage-2','','','2015-11-25 10:23:38','2015-11-25 10:23:38','',0,'http://utahchiliopen.com/?page_id=33',0,'page','',0),(36,1,'2015-11-25 10:18:54','2015-11-25 10:18:54','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg","css":{"background-image":"url("http://utahchiliopen.com/wp-content/uploads/2015/11/banner-bg.jpg")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"//utahchiliopen.com/wp-content/uploads/2015/11/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"Event list\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"//utahchiliopen.com/wp-content/uploads/2015/11/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:18:54','2015-11-25 10:18:54','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(37,1,'2015-11-25 10:18:55','2015-11-25 10:18:55','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"Event list\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:18:55','2015-11-25 10:18:55','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(39,1,'2015-11-25 10:19:16','2015-11-25 10:19:16','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:19:16','2015-11-25 10:19:16','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(41,1,'2015-11-25 10:19:29','2015-11-25 10:19:29','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:19:29','2015-11-25 10:19:29','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(43,1,'2015-11-25 10:20:09','2015-11-25 10:20:09','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:20:09','2015-11-25 10:20:09','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(45,1,'2015-11-25 10:20:42','2015-11-25 10:20:42','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:20:42','2015-11-25 10:20:42','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(47,1,'2015-11-25 10:21:02','2015-11-25 10:21:02','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:21:02','2015-11-25 10:21:02','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(49,1,'2015-11-25 10:21:20','2015-11-25 10:21:20','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:21:20','2015-11-25 10:21:20','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(51,1,'2015-11-25 10:21:35','2015-11-25 10:21:35','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:21:35','2015-11-25 10:21:35','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(53,1,'2015-11-25 10:21:53','2015-11-25 10:21:53','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:21:53','2015-11-25 10:21:53','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(56,1,'2015-11-25 10:23:05','2015-11-25 10:23:05','[section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"image","image":{"background_image":{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}},"background_color":{"id":"fw-custom","color":""},"repeat":"no-repeat","bg_position_x":"center","bg_position_y":"top","bg_size":"cover","parallax":"no","overlay_options":{"overlay":"no","yes":{"background":{"id":"fw-custom","color":""},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_video video=\"https://www.youtube.com/watch?v=pJbXNedOlH8\" width=\"\" height=\"\" frame=\"\" class=\"\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h3>25th Annual Utah Chili Open</h3><p>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</p><p>From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" heading=\"h2\" color=\"{"color":null,"id":"fw-custom"}\" subtitle=\"\" centered=\"fw-heading-center\" class=\"\" _array_keys=\"{"color":"color"}\" _made_with_builder=\"true\"][/special_heading][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"custom","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":""}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!! <br /><br />However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" label=\"Purchase Tickets\" link=\"#\" target=\"_self\" size=\"fw-btn-md\" full_width=\"\" btn_alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" default_spacing=\"\" height=\"auto\" background_options=\"{"background":"none","image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_image":100}}},"video":{"video":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"","id":"fw-custom"},"overlay_opacity_video":100}}},"color":{"background_color":{"color":"","id":"fw-custom"}}}\" margin_bottom=\"\" section_style=\"\" class=\"\" auto_generated=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][media_image upload_img=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" rounded=\"\" frame=\"\" image_size=\"{"select_size":"auto","custom":{"width":"","position":"fw-single-image-center"}}\" open_img=\"{"icon-box-img":"nothing","popup":{"image_popup":{"icon-box-img":"img","fw-single-image-icon":{"upload_video":""}}},"link":{"custom_link":"","open":"no"}}\" class=\"\" _array_keys=\"{"upload_img":"upload_img","image_size":"image_size","open_img":"open_img"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_1\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\" class=\"\" _made_with_builder=\"true\"][/text_block][/column][/row][row][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][column width=\"1_2\" default_padding=\"\" html_label=\"\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" background_options=\"{"background":"none","color":{"background_color":{"color":"","id":"fw-custom"}},"image":{"background_image":"","background_color":{"color":"","id":"fw-custom"},"repeat":"no-repeat","bg_position_x":"","bg_position_y":"","bg_size":"","parallax":"","overlay_options":{"overlay":"no","yes":{"background":{"color":"#96243a","id":"color_1"},"overlay_opacity_image":100}}}}\" tablet=\"\" class=\"\" _array_keys=\"{"background_options":"background_options"}\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','33-revision-v1','','','2015-11-25 10:23:05','2015-11-25 10:23:05','',33,'http://utahchiliopen.com/33-revision-v1/',0,'revision','',0),(124,1,'2015-12-13 16:29:18','2015-12-13 16:29:18','','meet-the-chili-open','','inherit','open','closed','','meet-the-chili-open','','','2015-12-13 16:29:18','2015-12-13 16:29:18','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/meet-the-chili-open.png',0,'attachment','image/png',0),(126,1,'2015-12-13 16:34:11','2015-12-13 16:34:11','','blue-grid','','inherit','open','closed','','blue-grid','','','2015-12-13 16:34:11','2015-12-13 16:34:11','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/blue-grid.jpg',0,'attachment','image/jpeg',0),(129,1,'2015-12-13 17:17:49','2015-12-13 17:17:49','','logos','','inherit','open','closed','','logos','','','2015-12-13 17:17:49','2015-12-13 17:17:49','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/logos.jpg',0,'attachment','image/jpeg',0),(130,1,'2015-12-13 17:19:26','2015-12-13 17:19:26','','photo-gallery','','inherit','open','closed','','photo-gallery','','','2015-12-13 17:19:26','2015-12-13 17:19:26','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/photo-gallery.jpg',0,'attachment','image/jpeg',0),(133,1,'2015-12-17 09:49:21','2015-12-17 09:49:21','','cancer-wellness-house','','inherit','open','closed','','cancer-wellness-house','','','2015-12-17 09:49:21','2015-12-17 09:49:21','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/cancer-wellness-house.jpg',0,'attachment','image/jpeg',0),(134,1,'2015-12-17 09:49:27','2015-12-17 09:49:27','','people-helping-people','','inherit','open','closed','','people-helping-people','','','2015-12-17 09:49:27','2015-12-17 09:49:27','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/people-helping-people.jpg',0,'attachment','image/jpeg',0),(135,1,'2015-12-17 09:49:32','2015-12-17 09:49:32','','pingree-center','','inherit','open','closed','','pingree-center','','','2015-12-17 09:49:32','2015-12-17 09:49:32','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/pingree-center.jpg',0,'attachment','image/jpeg',0),(158,1,'2015-12-18 06:33:17','2015-12-18 06:33:17','<div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <p>[text* your-name placeholder \"Full Name\"] </p>\r\n <p>[email* your-email placeholder \"Email Address\"] </p>\r\n <p>[text your-phone placeholder \"Contact Number\"] </p> \r\n </div>\r\n <div class=\"col-md-6\">\r\n <p>[textarea your-message placeholder \"Leave a comment\"] </p>\r\n <p>[submit \"Submit\"]</p> \r\n </div>\r\n</div>\nChili Open Contact Form\n[your-name] <wordpress@utahchiliopen.com>\nFrom: [your-name] <[your-email]>\r\nPhone: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\nCliqnow@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nSugar House Chili Open <wordpress@utahchiliopen.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Sugar House Chili Open (http://utahchiliopen.com)\n[your-email]\nReply-To: Cliqnow@gmail.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Footer Contact Form','','publish','closed','closed','','contact-form-1','','','2015-12-18 06:38:04','2015-12-18 06:38:04','',0,'http://utahchiliopen.com/?post_type=wpcf7_contact_form&p=158',0,'wpcf7_contact_form','',0),(159,1,'2015-12-18 06:47:14','2015-12-18 06:47:14','','icon-facebook','','inherit','open','closed','','icon-facebook','','','2015-12-18 06:47:14','2015-12-18 06:47:14','',0,'http://utahchiliopen.com/wp-content/uploads/2015/12/icon-facebook.png',0,'attachment','image/png',0),(160,1,'2015-12-18 06:47:17','2015-12-18 06:47:17','','icon-google-plus','','inherit','open','closed','','icon-google-plus','','','2015-12-18 06:47:17','2015-12-18 06:47:17','',0,'http://utahchiliopen.com/wp-content/uploads/2015/12/icon-google-plus.png',0,'attachment','image/png',0),(161,1,'2015-12-18 06:47:19','2015-12-18 06:47:19','','icon-twitter','','inherit','open','closed','','icon-twitter','','','2015-12-18 06:47:19','2015-12-18 06:47:19','',0,'http://utahchiliopen.com/wp-content/uploads/2015/12/icon-twitter.png',0,'attachment','image/png',0),(162,1,'2015-12-18 10:09:00','2015-12-18 10:09:00',' ','','','publish','closed','closed','','162','','','2016-01-04 08:05:18','2016-01-04 08:05:18','',0,'http://utahchiliopen.com/?p=162',1,'nav_menu_item','',0),(163,1,'2015-12-18 10:09:00','2015-12-18 10:09:00',' ','','','publish','closed','closed','','163','','','2016-01-04 08:05:18','2016-01-04 08:05:18','',0,'http://utahchiliopen.com/?p=163',3,'nav_menu_item','',0),(165,1,'2015-12-18 10:09:00','2015-12-18 10:09:00',' ','','','publish','closed','closed','','165','','','2016-01-04 08:05:18','2016-01-04 08:05:18','',0,'http://utahchiliopen.com/?p=165',2,'nav_menu_item','',0),(172,1,'2015-12-19 05:23:12','2015-12-19 05:23:12','','Image-3','Lorem ipsum dolor sit amet, consectetur adipiscing elit.','inherit','open','closed','','image-3','','','2015-12-19 07:52:50','2015-12-19 07:52:50','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-3.jpg',0,'attachment','image/jpeg',0),(173,1,'2015-12-19 05:23:16','2015-12-19 05:23:16','','Image-4','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-4','','','2015-12-19 07:53:04','2015-12-19 07:53:04','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-4.jpg',0,'attachment','image/jpeg',0),(174,1,'2015-12-19 05:23:18','2015-12-19 05:23:18','','Image-5','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-5','','','2015-12-19 07:53:10','2015-12-19 07:53:10','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-5.jpg',0,'attachment','image/jpeg',0),(175,1,'2015-12-19 05:23:21','2015-12-19 05:23:21','','Image-6','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-6','','','2015-12-19 07:53:15','2015-12-19 07:53:15','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-6.jpg',0,'attachment','image/jpeg',0),(176,1,'2015-12-19 05:23:22','2015-12-19 05:23:22','','Image-7','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-7','','','2015-12-19 07:53:20','2015-12-19 07:53:20','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-7.jpg',0,'attachment','image/jpeg',0),(177,1,'2015-12-19 05:23:24','2015-12-19 05:23:24','','Image-8','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-8','','','2015-12-19 07:53:26','2015-12-19 07:53:26','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-8.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-12-19 05:23:26','2015-12-19 05:23:26','','Image-1','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-1','','','2015-12-19 07:53:35','2015-12-19 07:53:35','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-1.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-12-19 05:23:28','2015-12-19 05:23:28','','Image-2','Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n','inherit','open','closed','','image-2','','','2015-12-19 07:53:43','2015-12-19 07:53:43','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/image-2.jpg',0,'attachment','image/jpeg',0),(186,1,'2016-01-04 17:30:57','2016-01-04 17:30:57','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/Walk Registration\" subtitle=\"Come run with us!\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>[gravityform id="4" title="false" description="false"]</p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','5K Run and Walk','','publish','closed','closed','','5k-run-and-walk','','','2016-01-07 20:36:48','2016-01-07 20:36:48','',0,'http://utahchiliopen.com/?post_type=fw-event&p=186',0,'fw-event','',0),(190,1,'2015-12-21 06:45:44','2015-12-21 06:45:44','','rotary-1','','inherit','open','closed','','rotary-1','','','2015-12-21 06:45:44','2015-12-21 06:45:44','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-1.jpg',0,'attachment','image/jpeg',0),(191,1,'2015-12-21 06:45:48','2015-12-21 06:45:48','','rotary-2','','inherit','open','closed','','rotary-2','','','2015-12-21 06:45:48','2015-12-21 06:45:48','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-2.jpg',0,'attachment','image/jpeg',0),(192,1,'2015-12-21 06:45:51','2015-12-21 06:45:51','','rotary-3','','inherit','open','closed','','rotary-3','','','2015-12-21 06:45:51','2015-12-21 06:45:51','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-3.jpg',0,'attachment','image/jpeg',0),(193,1,'2015-12-21 06:45:56','2015-12-21 06:45:56','','rotary-4','','inherit','open','closed','','rotary-4','','','2015-12-21 06:45:56','2015-12-21 06:45:56','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-4.jpg',0,'attachment','image/jpeg',0),(194,1,'2015-12-21 06:46:00','2015-12-21 06:46:00','','rotary-5','','inherit','open','closed','','rotary-5','','','2015-12-21 06:46:00','2015-12-21 06:46:00','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-5.jpg',0,'attachment','image/jpeg',0),(195,1,'2015-12-21 06:46:04','2015-12-21 06:46:04','','rotary-6','','inherit','open','closed','','rotary-6','','','2015-12-21 06:46:04','2015-12-21 06:46:04','',0,'http://utahchiliopen.com/wp-content/uploads/2015/11/rotary-6.jpg',0,'attachment','image/jpeg',0),(220,1,'2016-01-04 11:00:29','2016-01-04 11:00:29','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner & Silent Auction Registration\" subtitle=\"Come socialize, enjoy a great meal and help raise money for local charities with a silent auction. \" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f8f8f8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Register Here\" subtitle=\"\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][text_block text=\"<p>[gravityform id="2" title="false" description="false" ajax="true"]</p>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>Come to the Little America in downtown Salt Lake for a dinner, social and silent auction.</p>\" _made_with_builder=\"true\"][/text_block][special_heading title=\"Dinner, Social & Silent Auction\" subtitle=\"\" heading=\"h3\" heading_transformation=\"text-capitalize\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][icon icon_list=\"[{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"395","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-location.png"}}},"title":"Little America 500 S Main St, Salt Lake City, UT"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"392","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-date.png"}}},"title":"February 6, 2016"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"398","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-time.png"}}},"title":"Social & Silent Auction: 5:30 PM Dinner: 7:30"},{"icon_options":{"icon_type":"image_type","font_type":{"font":""},"image_type":{"image":{"attachment_id":"397","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-tickets.png"}}},"title":"Ticket Price: $50.00"}]\" _array_keys=\"{"icon_list":"icon_list"}\" _made_with_builder=\"true\"][/icon][/column][/row][/section]','Dinner, Social & Silent Auction','','publish','closed','closed','','charity-auction-and-dinner','','','2016-01-07 20:40:40','2016-01-07 20:40:40','',0,'http://utahchiliopen.com/?post_type=fw-event&p=220',0,'fw-event','',0),(250,1,'2016-01-04 03:23:20','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2016-01-04 03:23:20','0000-00-00 00:00:00','',0,'http://chiliopen.cliqmarketing.net/?post_type=fw_backup&p=242',0,'fw_backup','',0),(253,1,'2016-01-04 04:16:57','2016-01-04 04:16:57',' ','','','publish','closed','closed','','253','','','2016-01-04 08:05:18','2016-01-04 08:05:18','',0,'http://utahchiliopen.com/',4,'nav_menu_item','',0),(275,1,'2016-01-04 04:32:10','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2016-01-04 04:32:10','0000-00-00 00:00:00','',0,'http://utahchiliopen.com/?post_type=fw_backup&p=275',0,'fw_backup','',0),(278,1,'2016-01-04 07:47:41','2016-01-04 07:47:41','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{\"type\":\"custom\",\"custom\":\"23\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/banner-bg.jpg\\\")\"}}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"10px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style=\"color: #ffffff;\">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style=\"color: #ffffff;\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style=\"color: #ffffff;\">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah\'s premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"}\" active_color=\"\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{\"attachment_id\":\"29\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/collage.jpg\"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah\'s local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#015cab\",\"secondary\":\"#015cab\"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\r\n\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{\"style\":\"default\"}\" _array_keys=\"{\"events\":\"events\"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"28px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{\"tab_title\":\"Event\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\n[smartcountdown deadline=\\\"2016-01-20 08:00:00\\\"] [\\/smartcountdown]\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\\r\\n\\r\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Intro\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"},{\"tab_title\":\"Guests\",\"tab_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\r\\nsed do eiusmod tempor.\"}]\" _array_keys=\"{\"tabs\":\"tabs\"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{\"type\":\"custom\",\"custom\":\"126\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/blue-grid.jpg\\\")\"}}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{\"style\":\"masonry\",\"grid\":{\"images\":[]},\"masonry\":{\"images\":[{\"attachment_id\":\"190\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-1.jpg\"},{\"attachment_id\":\"191\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-2.jpg\"},{\"attachment_id\":\"193\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-4.jpg\"},{\"attachment_id\":\"194\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-5.jpg\"},{\"attachment_id\":\"192\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-3.jpg\"},{\"attachment_id\":\"195\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/rotary-6.jpg\"}]}}\" _array_keys=\"{\"image_gallery\":\"image_gallery\"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_build\r\ner=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{\"attachment_id\":\"134\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/people-helping-people.jpg\"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style=\"text-align: center;\">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"20px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{\"attachment_id\":\"135\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/pingree-center.jpg\"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style=\"text-align: center;\">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"3px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{\"attachment_id\":\"133\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/cancer-wellness-house.jpg\"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{\"view\":\"default\",\"default\":{\"width\":\"50px\",\"color\":\"#d4d4d4\",\"thickness\":\"2px\",\"margin_top\":\"-15px\",\"margin_bottom\":\"15px\"},\"whitespace\":{\"height\":\"\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style=\"text-align: center;\">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"20px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{\"primary\":\"#ffb025\",\"secondary\":\"#ffb025\"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{\"background_color\":\"background_color\"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\r\n\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{\"attachment_id\":\"129\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/logos.jpg\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{\"attachment_id\":\"28\",\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/separator.png\"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{\"image\":\"image\"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style=\"text-align: center;\">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"padding_top\":\"\",\"padding_bottom\":\"\"},\"whitespace\":{\"height\":\"30px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{\"style\":\"grid\",\"grid\":{\"images\":[{\"attachment_id\":179,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-2.jpg\"},{\"attachment_id\":178,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-1.jpg\"},{\"attachment_id\":177,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-8.jpg\"},{\"attachment_id\":176,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-7.jpg\"},{\"attachment_id\":175,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-6.jpg\"},{\"attachment_id\":174,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-5.jpg\"},{\"attachment_id\":173,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-4.jpg\"},{\"attachment_id\":172,\"url\":\"\\/\\/chiliopen.cliqmarketing.net\\/wp-content\\/uploads\\/2015\\/11\\/image-3.jpg\"}]},\"masonry\":{\"images\":[]}}\" _array_keys=\"{\"image_gallery\":\"image_gallery\"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 07:47:41','2016-01-04 07:47:41','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(281,1,'2016-01-04 07:47:45','2016-01-04 07:47:45','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 07:47:45','2016-01-04 07:47:45','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(286,1,'2016-01-04 08:04:08','2016-01-04 08:04:08','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:04:08','2016-01-04 08:04:08','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(290,1,'2016-01-04 08:26:47','2016-01-04 08:26:47','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:26:47','2016-01-04 08:26:47','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(296,1,'2016-01-04 08:28:38','2016-01-04 08:28:38','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:28:38','2016-01-04 08:28:38','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(302,1,'2016-01-04 08:36:14','2016-01-04 08:36:14','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:36:14','2016-01-04 08:36:14','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(307,1,'2016-01-04 08:47:02','2016-01-04 08:47:02','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:47:02','2016-01-04 08:47:02','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(311,1,'2016-01-04 08:49:24','2016-01-04 08:49:24','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 08:49:24','2016-01-04 08:49:24','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(317,1,'2016-01-04 09:07:41','2016-01-04 09:07:41','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 09:07:41','2016-01-04 09:07:41','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(322,1,'2016-01-04 10:25:43','2016-01-04 10:25:43','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p><span>The Sugar House Rotary Club was originally composed of 22 members. Its first official meeting was on April 30, 1936, at the Odd Fellows Hall, 2040 <sup>1/2</sup> South, 1100 East.</span></p><p><span><br /></span></p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">A Chronological History</span></p><p>&nbsp;</p><p><strong><span>February 4, 1936</span></strong></p><p><span>Salt Lake City Rotary Club "waives territorial rights" permitting Rotary International to organize a Club at Sugar House.</span></p><p>&nbsp;</p><p><strong><span>April 30, 1936</span></strong></p><p><span>First meeting after organization. Officers chosen by ballot:</span></p><ul><li><span>Marvin O. Ashton - President</span></li><li><span>Willard B. Richards, Jr. - Vice President</span></li><li><span>Charles Lobb - Secretary</span></li><li><span>Charles R. Snelgrove - Treasurer</span></li><li><span>George Lucas - Director</span></li><li><span>Rev. Herbert W. Reherd - Director</span></li><li><span>A.C. Smoot - DIrector</span></li></ul><p>&nbsp;</p><p><span><strong>June 18, 1936</strong><br /></span></p><p><span>Charter issued by Salt Lake Club under supervision of Cecil Crockwell, Will H. Lovesy and Will Lowe at the Pinecrest Inn in Emigration Canyon. This marked the first time in the history of Rotary that a city of less than one mission and received a charter where there was already another club. All original 22 charter members attended.</span></p><p>&nbsp;</p><p><strong><span>September 1, 1938</span></strong></p><p><span>Rotary Anns of the Sugar House Rotary Club was organized. Mrs. L.H. (Ella) Stratford became the first president.</span></p><p>&nbsp;</p><p><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">Charter Members</span></p><p><span>The Rotary Club of Sugar House had 22 charter members:</span></p><p>&nbsp;</p><table border="0"><tbody><tr><td><span>Jed L. Ashton</span></td><td><span>Samuel C. Leaver</span></td><td><span>Rev. Herbert W. Reherd</span></td></tr><tr><td><span>Marvin O. Ashton</span></td><td><span>W.H. Linnell</span></td><td><span>Willard B. Richards, Jr.</span></td></tr><tr><td><span>George W. Burbidge</span></td><td><span>Charles J. Lobb</span></td><td><span>Dr. Thomas E. Robinson</span></td></tr><tr><td><span>John Burt, Jr.</span></td><td><span>George Lucas</span></td><td><span>Allen L. Seegmiller</span></td></tr><tr><td><span>Lawrence Clements</span></td><td><span>Dr. William R. Middlemiss &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>A.C. Smoot</span></td></tr><tr><td><span>C.O. Hawhurst</span></td><td><span>Dr. E.E. Monson</span></td><td><span>Charles R. Snelgrove</span></td></tr><tr><td><span>Theodore P. Jorgensen &nbsp; &nbsp; &nbsp; <br /></span></td><td><span>Grant Morgan</span></td><td></td></tr><tr><td><span>Dr. W.H. Landmesser</span></td><td><span>Allan G. Pyper</span></td><td></td></tr></tbody></table><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p style="text-align: left;"><span><span style="font-family: arial black,avant garde; color: #33cccc; font-size: medium;">District Governors</span> </span></p><p style="text-align: left;"><span>Members who have been District Governors for Rotary District 5420.<br /></span></p><p>&nbsp;</p><table style="width: 256px; height: 204px;" border="0"><tbody><tr><td><span>Holger M. Larsen</span></td><td><span>1960 - 1961</span></td></tr><tr><td><span>Charles H. "Chic" Stratford&nbsp;&nbsp;&nbsp; <br /></span></td><td><span>1971-1792</span></td></tr><tr><td><span>Ray D. Free</span></td><td><span>1975 - 1976</span></td></tr><tr><td><span>A. Jack Ehlers</span></td><td><span>1980 - 1981</span></td></tr><tr><td><span>C. Laird Snelgrove</span></td><td><span>1985 - 1986</span></td></tr><tr><td><span>Samuel C. Leaver</span></td><td><span>1993 - 1994</span></td></tr><tr><td><span>Wally B. Brown</span></td><td><span>2003 - 2004</span></td></tr><tr><td><span>Charles R. Cambra, III</span></td><td><span>2011 - 2012</span></td></tr></tbody></table><p>&nbsp;</p><p style="text-align: center;">&nbsp;</p><p><span style="font-family: arial black,avant garde;"><strong><span style="color: #33cccc; font-size: medium;">A History of Sugar House</span></strong></span></p><p>&nbsp;</p><p><span>"...a nice place to live and do business..."</span></p><p>&nbsp;</p><p><span>Under the leadership of Orson Pratt, an advance company of Mormon Pioneers with 60 wagons left the mouth of Emigration Canyon on July 22, 1847. Following the s</span><span>tream in a southwesterly direction on the way to the valley floor, they passed only a few blocks north of the present intersection of 21st South and 11th East. The company camped that night near what is now 5th East and 17th South. Brigham Young entered the Salt Lake Valley two days later and observed this camp of more than 100 persons.</span></p><p>&nbsp;</p><p><span>Sugar House received its name on April 23, 1854. On that day, leaders of the Mormon Church called a meeting for the purpose of organizing an ecclesiastical ward. Margaret McMeans Smoot, affectionately called "Ma Smoot," suggested the name "Sugar House" after the factory, which was currently being constructed in the area.</span></p><p><span><br /></span></p><p><span>In the early years of settlement, Sugar House prospered and was noted for many industrial "firsts" in the Utah Terriroty. The many enterprises that the Sugar House area developed included: </span></p><ul><li><span>flour mill </span></li><li><span>sugar beet factory</span></li><li><span>paper mill</span></li><li><span>bucket, churn, tub and barrel factory</span></li><li><span>nail factory</span></li><li><span>woolen and carding mill</span></li><li><span>cotton gin</span></li><li><span>glass button factory</span></li><li><span>iron foundry</span></li><li><span>chemical and powder works</span></li><li><span>match factor</span></li><li><span>tannery</span></li><li><span>first Cocoonery and mulberry tree farm owned by Birgham Young</span></li></ul><p><span>Westminster College, a distinctive Sugar House institution for learning, opened on April 12, 1875, as "Salt Lake Collegiate Institute." In 1912, it moved to its current campus on 1300 East and 1700 South. In 1922, the college took the name "Westminster College."</span></p><p><span><br /></span></p><p><span>The centerpiece of Sugar House -- the Plaza Monument -- was dedicated on November 17, 1934, and erected in honor of the first sugar mill established in the Western hemisphere.</span></p><p><span><br /></span></p><p><span>Sugar House is located five miles southeast of downtown Salt Lake City. It is not an incorporated community, but a part of Salt Lake City. The boundaries of Sugar House have never been agreed upon.<br /></span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','About','','inherit','closed','closed','','5-revision-v1','','','2016-01-04 10:25:43','2016-01-04 10:25:43','',5,'http://utahchiliopen.com/5-revision-v1/',0,'revision','',0),(325,1,'2016-01-04 12:19:30','2016-01-04 12:19:30','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Charities','','inherit','closed','closed','','9-revision-v1','','','2016-01-04 12:19:30','2016-01-04 12:19:30','',9,'http://utahchiliopen.com/9-revision-v1/',0,'revision','',0),(328,1,'2016-01-04 12:19:37','2016-01-04 12:19:37','[section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Contact','','inherit','closed','closed','','11-revision-v1','','','2016-01-04 12:19:37','2016-01-04 12:19:37','',11,'http://utahchiliopen.com/11-revision-v1/',0,'revision','',0),(332,1,'2016-01-04 14:12:25','2016-01-04 14:12:25','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-04 14:12:25','2016-01-04 14:12:25','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(338,1,'2016-01-05 02:10:30','2016-01-05 02:10:30','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-05 02:10:30','2016-01-05 02:10:30','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(340,1,'2016-01-07 14:17:53','2016-01-07 14:17:53','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\\")\"}}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f8f8f8\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}}\" section_id=\"dinner-registration\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Register Here\" subtitle=\"\" heading=\"h2\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][text_block text=\"<p>[gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"true\"]</p>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<p>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</p>\" _made_with_builder=\"true\"][/text_block][special_heading title=\"Dinner, Social & Silent Auction\" subtitle=\"\" heading=\"h3\" heading_transformation=\"text-capitalize\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][icon icon_list=\"[{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"395\",\"url\":\"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-location.png\"}}},\"title\":\"Little America 500 S Main St, Salt Lake City, UT\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"392\",\"url\":\"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-date.png\"}}},\"title\":\"February 6, 2016\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"398\",\"url\":\"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-time.png\"}}},\"title\":\"Social & Silent Auction: 5:30 PM Dinner: 7:30\"},{\"icon_options\":{\"icon_type\":\"image_type\",\"font_type\":{\"font\":\"\"},\"image_type\":{\"image\":{\"attachment_id\":\"397\",\"url\":\"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/icon-tickets.png\"}}},\"title\":\"Ticket Price: $50.00\"}]\" _array_keys=\"{\"icon_list\":\"icon_list\"}\" _made_with_builder=\"true\"][/icon][/column][/row][/section]','Dinner, Social & Silent Auction','','inherit','closed','closed','','220-autosave-v1','','','2016-01-07 14:17:53','2016-01-07 14:17:53','',220,'http://utahchiliopen.com/220-autosave-v1/',0,'revision','',0),(344,1,'2016-01-07 14:32:03','2016-01-07 14:32:03','Chili Open Dinner and Auction\nFebruary 6th, 2016\n\nLittle America\n5:30-7:00pm Cocktail hour and silent auction\n7:00pm Dinner\n\nPrice: $85 per person\n$850 for a table of 10\n\nTo make your reservation, contact Barry Bank\n801-647-8622\n<a href=\"mailto:brbank@gmail.com\">brbank@gmail.com</a>\n<div align=\"center\"></div>','5K Run and Walk','','inherit','closed','closed','','186-autosave-v1','','','2016-01-07 14:32:03','2016-01-07 14:32:03','',186,'http://utahchiliopen.com/186-autosave-v1/',0,'revision','',0),(356,1,'2016-01-05 02:34:39','2016-01-05 02:34:39','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-05 02:34:39','2016-01-05 02:34:39','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(362,1,'2016-01-05 02:37:58','2016-01-05 02:37:58','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-05 02:37:58','2016-01-05 02:37:58','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(373,1,'2016-01-05 16:38:33','2016-01-05 16:38:33','','About','','publish','closed','closed','','about','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=373',2,'nav_menu_item','',0),(374,1,'2016-01-05 16:38:33','2016-01-05 16:38:33','','Events','','publish','closed','closed','','events','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=374',3,'nav_menu_item','',0),(376,1,'2016-01-05 16:38:34','2016-01-05 16:38:34','','Charities','','publish','closed','closed','','charities','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=376',6,'nav_menu_item','',0),(379,1,'2016-01-05 16:38:34','2016-01-05 16:38:34','','Contact','','publish','closed','closed','','contact','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=379',7,'nav_menu_item','',0),(380,1,'2016-01-05 16:38:01','2016-01-05 16:38:01','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-01-20 08:00:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Guests","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-05 16:38:03','2016-01-05 16:38:03','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(389,1,'2016-01-06 11:11:59','2016-01-06 11:11:59','','event-banner-bg','','inherit','open','closed','','event-banner-bg','','','2016-01-06 11:11:59','2016-01-06 11:11:59','',220,'http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg',0,'attachment','image/jpeg',0),(392,1,'2016-01-06 11:48:32','2016-01-06 11:48:32','','icon-date','','inherit','open','closed','','icon-date','','','2016-01-06 11:48:32','2016-01-06 11:48:32','',220,'http://utahchiliopen.com/wp-content/uploads/2016/01/icon-date.png',0,'attachment','image/png',0),(395,1,'2016-01-06 11:48:41','2016-01-06 11:48:41','','icon-location','','inherit','open','closed','','icon-location','','','2016-01-06 11:48:41','2016-01-06 11:48:41','',220,'http://utahchiliopen.com/wp-content/uploads/2016/01/icon-location.png',0,'attachment','image/png',0),(397,1,'2016-01-06 11:48:50','2016-01-06 11:48:50','','icon-tickets','','inherit','open','closed','','icon-tickets','','','2016-01-06 11:48:50','2016-01-06 11:48:50','',220,'http://utahchiliopen.com/wp-content/uploads/2016/01/icon-tickets.png',0,'attachment','image/png',0),(398,1,'2016-01-06 11:48:59','2016-01-06 11:48:59','','icon-time','','inherit','open','closed','','icon-time','','','2016-01-06 11:48:59','2016-01-06 11:48:59','',220,'http://utahchiliopen.com/wp-content/uploads/2016/01/icon-time.png',0,'attachment','image/png',0),(404,1,'2016-01-06 15:33:18','2016-01-06 15:33:18','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Event","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\n[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor.\\\\r\\\\n\\\\r\\\\nLorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."},{"tab_title":"Intro","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit, \\\\r\\\\nsed do eiusmod tempor."}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-06 15:33:18','2016-01-06 15:33:18','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(419,1,'2016-01-07 14:16:03','0000-00-00 00:00:00','','Test','','draft','closed','closed','','test','','','2016-01-07 14:16:03','2016-01-07 14:16:03','',0,'http://utahchiliopen.com/?page_id=419',0,'page','',0),(424,1,'2016-01-07 06:41:37','2016-01-07 06:41:37','[gravityform id=\"2\" title=\"false\" description=\"false\" ajax=\"true\"]','Test','','inherit','closed','closed','','419-revision-v1','','','2016-01-07 06:41:37','2016-01-07 06:41:37','',419,'http://utahchiliopen.com/419-revision-v1/',0,'revision','',0),(430,1,'2016-01-07 08:15:52','2016-01-07 08:15:52','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\\\t\\\\tName of Event: \\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tRegistering Name:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tEmail Address:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Email:8}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tNumber of Attendees:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Number of Attendees:5}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tTotal Purchase:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Total:6}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','publish','closed','closed','','dinner-registration-success','','','2016-01-07 17:02:51','2016-01-07 17:02:51','',0,'http://utahchiliopen.com/?page_id=430',0,'page','',0),(433,1,'2016-01-07 08:15:52','2016-01-07 08:15:52','','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 08:15:52','2016-01-07 08:15:52','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(436,1,'2016-01-07 08:15:55','2016-01-07 08:15:55','[section is_fullwidth=\"\" background_color=\"#13b4e8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 08:15:55','2016-01-07 08:15:55','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(442,1,'2016-01-07 08:31:24','2016-01-07 08:31:24','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#13b4e8\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 08:31:24','2016-01-07 08:31:24','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(447,1,'2016-01-07 11:44:26','2016-01-07 11:44:26','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 11:44:26','2016-01-07 11:44:26','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(457,1,'2016-01-07 12:12:37','2016-01-07 12:12:37','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\\\t\\\\t\\\\t\\\\t"},{"textarea":" Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Registering Name:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Email Address:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Number of Attendees:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Total Purchase:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 12:12:37','2016-01-07 12:12:37','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(463,1,'2016-01-07 12:45:26','2016-01-07 12:45:26','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\\\t\\\\t\\\\t\\\\t"},{"textarea":" Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Registering Name:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Email Address:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Number of Attendees:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Total Purchase:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"blue-bg\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 12:45:27','2016-01-07 12:45:27','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(469,1,'2016-01-07 12:49:02','2016-01-07 12:49:02','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"Name of Event: \\\\t\\\\t\\\\t\\\\t"},{"textarea":" Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Registering Name:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Email Address:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Number of Attendees:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"Total Purchase:\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 12:49:02','2016-01-07 12:49:02','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(484,1,'2016-01-07 14:48:33','2016-01-07 14:48:33','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\\\t\\\\tName of Event: \\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tRegistering Name:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tEmail Address:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Email:8}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tNumber of Attendees:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Number of Attendees:5}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tTotal Purchase:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Total:6}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 14:48:33','2016-01-07 14:48:33','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(489,1,'2016-01-07 16:12:49','2016-01-07 16:12:49','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/walk registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][/section]','5k Run and Walk Success','','publish','closed','closed','','5k-run-and-walk-success','','','2016-01-07 17:08:35','2016-01-07 17:08:35','',0,'http://utahchiliopen.com/?page_id=489',0,'page','',0),(490,1,'2016-01-07 16:12:49','2016-01-07 16:12:49','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg","css":{"background-image":"url("http://utahchiliopen.com/wp-content/uploads/2016/01/event-banner-bg.jpg")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"ttName of Event: tttttt"},{"textarea":"tt Chili Open - Dinnertttttt"}],[{"textarea":"ttRegistering Name:tttttt"},{"textarea":"{name (First):1.3} {name (Last):1.6}tttt"}],[{"textarea":"ttEmail Address:tttttt"},{"textarea":"{Email:8}ttttttttt"}],[{"textarea":"ttNumber of Attendees:tttttt"},{"textarea":"{Number of Attendees:5}tttttttttt"}],[{"textarea":"ttTotal Purchase:tttttt"},{"textarea":"{Total:6}tttttttt"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','5k Run and Walk Success','','inherit','closed','closed','','489-revision-v1','','','2016-01-07 16:12:50','2016-01-07 16:12:50','',489,'http://utahchiliopen.com/489-revision-v1/',0,'revision','',0),(493,1,'2016-01-07 16:12:50','2016-01-07 16:12:50','','5k Run and Walk Success','','inherit','closed','closed','','489-revision-v1','','','2016-01-07 16:12:50','2016-01-07 16:12:50','',489,'http://utahchiliopen.com/489-revision-v1/',0,'revision','',0),(495,1,'2016-01-07 16:17:49','2016-01-07 16:17:49','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{\"type\":\"custom\",\"custom\":\"389\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\",\"css\":{\"background-image\":\"url(\\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\\")\"}}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"large\",\"custom\":{\"size\":\"\"}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{\"type\":\"custom\",\"custom\":\"\",\"predefined\":\"\",\"data\":{\"icon\":\"\",\"css\":[]}}\" video=\"\" section_border=\"\" section_padding=\"{\"padding\":\"medium\",\"custom\":{\"size\":\"\"}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{\"background_image\":\"background_image\",\"section_padding\":\"section_padding\"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style=\"text-align: center; font-size:52px;\"><span style=\"color: #ffffff;\">REGISTRATION SUCCESSFUL!</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"60px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{\"view\":\"whitespace\",\"default\":{\"width\":\"\",\"color\":\"#ccc\",\"thickness\":\"\",\"margin_top\":\"\",\"margin_bottom\":\"\"},\"whitespace\":{\"height\":\"40px\"}}\" _array_keys=\"{\"style\":\"style\"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{\"rows\":[{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"tabular\"},\"content\":[[{\"textarea\":\"\\\\t\\\\tName of Event: \\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"},{\"textarea\":\"\\\\t\\\\t Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"}],[{\"textarea\":\"\\\\t\\\\tRegistering Name:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"},{\"textarea\":\"{name (First):1.3} {name (Last):1.6}\\\\t\\\\t\\\\t\\\\t\"}],[{\"textarea\":\"\\\\t\\\\tEmail Address:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"},{\"textarea\":\"{Email:8}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"}],[{\"textarea\":\"\\\\t\\\\tNumber of Attendees:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"},{\"textarea\":\"{Number of Attendees:5}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"}],[{\"textarea\":\"\\\\t\\\\tTotal Purchase:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"},{\"textarea\":\"{Total:6}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\"}]]}\" _array_keys=\"{\"table\":\"table\"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-autosave-v1','','','2016-01-07 16:17:49','2016-01-07 16:17:49','',430,'http://utahchiliopen.com/430-autosave-v1/',0,'revision','',0),(498,1,'2016-01-07 16:20:32','2016-01-07 16:20:32','','success-icon','','inherit','open','closed','','success-icon','','','2016-01-07 16:20:32','2016-01-07 16:20:32','',489,'http://utahchiliopen.com/wp-content/uploads/2016/01/success-icon.png',0,'attachment','image/png',0),(501,1,'2016-01-07 16:25:04','2016-01-07 16:25:04','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','5k Run and Walk Success','','inherit','closed','closed','','489-revision-v1','','','2016-01-07 16:25:08','2016-01-07 16:25:08','',489,'http://utahchiliopen.com/489-revision-v1/',0,'revision','',0),(502,1,'2016-01-07 16:32:46','2016-01-07 16:32:46','','pay-with-paypal','','inherit','open','closed','','pay-with-paypal','','','2016-01-07 16:32:46','2016-01-07 16:32:46','',0,'http://utahchiliopen.com/wp-content/uploads/2016/01/pay-with-paypal.png',0,'attachment','image/png',0),(505,1,'2016-01-07 17:02:45','2016-01-07 17:02:45','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Dinner Registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">REGISTRATION SUCCESSFUL!</span></h1><p style="text-align: center;"><span style="color: #ffffff;">Consectetur adipiscing elit Integer feugiat dolor nibh cum sociis natoque penatibus et magnis dis parturient montes.</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"60px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"40px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][table table=\"{"rows":[{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"},{"name":"default-row"}],"cols":[{"name":"default-col"},{"name":"default-col"}],"header_options":{"table_purpose":"tabular"},"content":[[{"textarea":"\\\\t\\\\tName of Event: \\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"\\\\t\\\\t Chili Open - Dinner\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tRegistering Name:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{name (First):1.3} {name (Last):1.6}\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tEmail Address:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Email:8}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tNumber of Attendees:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Number of Attendees:5}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}],[{"textarea":"\\\\t\\\\tTotal Purchase:\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"},{"textarea":"{Total:6}\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t"}]]}\" _array_keys=\"{"table":"table"}\" _made_with_builder=\"true\"][/table][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][/section]','Dinner Registration Success','','inherit','closed','closed','','430-revision-v1','','','2016-01-07 17:02:49','2016-01-07 17:02:49','',430,'http://utahchiliopen.com/430-revision-v1/',0,'revision','',0),(514,1,'2016-01-07 17:08:35','2016-01-07 17:08:35','[section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"389","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/event-banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"event-header\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"5k Run/walk registration\" subtitle=\"YOU CAN ENJOY AN EVENING OF FINE DINING AT THE MARRIOTT DOWNTOWN CITY CREEK.\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_1\" column_class=\"blue-bg\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][media_image image=\"{"attachment_id":"498","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/success-icon.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h1 style="text-align: center; font-size:52px;"><span style="color: #ffffff;">Congratulations, your registration is complete</span></h1><p style="text-align: center;"><span style="color: #ffffff;">An email has been sent to your email address confirming your participation.<br />If you do not receive the email please check your spam filter or contact inquiry@chiliopen.org</span></p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][/row][/section]','5k Run and Walk Success','','inherit','closed','closed','','489-revision-v1','','','2016-01-07 17:08:35','2016-01-07 17:08:35','',489,'http://utahchiliopen.com/489-revision-v1/',0,'revision','',0),(526,1,'2016-01-07 20:36:48','2016-01-07 20:36:48','','','','publish','closed','closed','','526-2','','','2016-01-07 20:36:48','2016-01-07 20:36:48','',186,'http://utahchiliopen.com/event-search/5k-run-and-walk/526-2/',0,'fw-event-search','',0),(529,1,'2016-01-07 20:40:41','2016-01-07 20:40:41','','','','publish','closed','closed','','529-2','','','2016-01-07 20:40:41','2016-01-07 20:40:41','',220,'http://utahchiliopen.com/event-search/charity-auction-and-dinner/529-2/',0,'fw-event-search','',0),(535,1,'2016-01-08 13:39:20','2016-01-08 13:39:20','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"","grid":{"images":[]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#ffffff\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Photo <strong>Gallery</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;"></h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"grid","grid":{"images":[{"attachment_id":179,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-2.jpg"},{"attachment_id":178,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-1.jpg"},{"attachment_id":177,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-8.jpg"},{"attachment_id":176,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-7.jpg"},{"attachment_id":175,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-6.jpg"},{"attachment_id":174,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-5.jpg"},{"attachment_id":173,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-4.jpg"},{"attachment_id":172,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/image-3.jpg"}]},"masonry":{"images":[]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-08 13:39:20','2016-01-08 13:39:20','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(537,1,'2016-01-08 14:47:55','2016-01-08 14:47:55','','Dinner, Social & Silent Auction','','publish','closed','closed','','dinner-social-silent-auction','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=537',4,'nav_menu_item','',0),(538,1,'2016-01-08 14:47:55','2016-01-08 14:47:55','','5K Run and Walk','','publish','closed','closed','','5k-run-and-walk','','','2016-01-08 14:47:55','2016-01-08 14:47:55','',0,'http://utahchiliopen.com/?p=538',5,'nav_menu_item','',0),(544,1,'2016-01-08 15:02:19','2016-01-08 15:02:19','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"<strong>Sponsors</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-08 15:02:19','2016-01-08 15:02:19','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(550,1,'2016-01-08 15:07:10','2016-01-08 15:07:10','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-08 15:07:10','2016-01-08 15:07:10','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(555,1,'2016-01-08 15:09:28','2016-01-08 15:09:28','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"129","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/logos.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-08 15:09:29','2016-01-08 15:09:29','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0),(556,1,'2016-01-08 15:22:20','2016-01-08 15:22:20','','autism-center','','inherit','open','closed','','autism-center','','','2016-01-08 15:22:20','2016-01-08 15:22:20','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/autism-center.jpg',0,'attachment','image/jpeg',0),(559,1,'2016-01-08 15:22:34','2016-01-08 15:22:34','','cancer-wellness-house','','inherit','open','closed','','cancer-wellness-house-2','','','2016-01-08 15:22:34','2016-01-08 15:22:34','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/cancer-wellness-house-1.jpg',0,'attachment','image/jpeg',0),(562,1,'2016-01-08 15:22:55','2016-01-08 15:22:55','','holding-out-help','','inherit','open','closed','','holding-out-help','','','2016-01-08 15:22:55','2016-01-08 15:22:55','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/holding-out-help.jpg',0,'attachment','image/jpeg',0),(564,1,'2016-01-08 15:23:06','2016-01-08 15:23:06','','people-helping-people','','inherit','open','closed','','people-helping-people-2','','','2016-01-08 15:23:06','2016-01-08 15:23:06','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/people-helping-people-1.jpg',0,'attachment','image/jpeg',0),(567,1,'2016-01-08 15:23:20','2016-01-08 15:23:20','','teen-challenge','','inherit','open','closed','','teen-challenge','','','2016-01-08 15:23:20','2016-01-08 15:23:20','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/teen-challenge.jpg',0,'attachment','image/jpeg',0),(568,1,'2016-01-08 15:23:32','2016-01-08 15:23:32','','the-sharing-place','','inherit','open','closed','','the-sharing-place','','','2016-01-08 15:23:32','2016-01-08 15:23:32','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/the-sharing-place.jpg',0,'attachment','image/jpeg',0),(570,1,'2016-01-08 15:30:43','2016-01-08 15:30:43','','autism-center','','inherit','open','closed','','autism-center-2','','','2016-01-08 15:30:43','2016-01-08 15:30:43','',2,'http://utahchiliopen.com/wp-content/uploads/2015/11/autism-center-1.jpg',0,'attachment','image/jpeg',0),(574,1,'2016-01-08 15:33:10','2016-01-08 15:33:10','[section is_fullwidth=\"\" background_color=\"#000000\" background_image=\"{"type":"custom","custom":"23","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/banner-bg.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"\" auto_generated=\"\" first_in_builder=\"1\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_video url=\"https://vimeo.com/59615898\" width=\"670\" height=\"430\" _made_with_builder=\"true\"][/media_video][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"10px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h2><strong><span style="color: #ffffff;">25th ANNUAL UTAH CHILI OPEN</span></strong></h2><h3><span style="color: #ffffff;">For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities.</span></h3><h3><span style="color: #ffffff;">From $36,000 raised in 1992, to $317,000 raised in 2007, the amount raised by this event totals nearly $4,100,000. Please join us for one of Utah's premier charity events!</span></h3>\" _made_with_builder=\"true\"][/text_block][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"REGISTER FOR 5K \" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"pull-left home-btn\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"#fe5757\" label=\"PURCHASE TICKETS TO DINNER\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"text-left\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"medium","custom":{"size":""}}\" section_id=\"about\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"What is the <strong>Chili Open?</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4>For the last twenty years, the Rotary Club of Sugar House has presented the Utah Chili Open and Golf Classic, raising money for local charities. Please join us for one of Utah's premier charity events!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"29","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/collage.jpg"}\" width=\"\" height=\"\" alignment=\"alignleft\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4>You can enjoy an evening of fine dining at the Marriott Downtown City Creek, or you can take to the links on the snowy fields of Wheeler Farm...or both!!</h4><h4>However you choose to participate, your involvement in the Utah Chili Open will help seven of Utah's local charities continue to provide an invaluable service to our community.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#015cab","secondary":"#015cab"}\" active_color=\"\" label=\"PURCHASE TICKETS\" link=\"#\" target=\"_self\" size=\"btn-lg\" full_width=\"\" alignment=\"\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"events\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Event <strong>List</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][events events=\"{"style":"default"}\" _array_keys=\"{"events":"events"}\" _made_with_builder=\"true\"][/events][/column][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"28px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][special_heading title=\"Event Information\" subtitle=\"\" heading=\"h4\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-left\" _made_with_builder=\"true\"][/special_heading][tabs tabs=\"[{"tab_title":"Run\\\\/Walk Countdown","tab_content":"[smartcountdown deadline=\\\\"2016-02-06 17:30:00\\\\"] [\\\\/smartcountdown]"}]\" _array_keys=\"{"tabs":"tabs"}\" _made_with_builder=\"true\"][/tabs][/column][/row][/section][section is_fullwidth=\"\" background_color=\"#f4f4f4\" background_image=\"{"type":"custom","custom":"","predefined":"","data":{"icon":"","css":[]}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"charities-we-help\" section_class=\"\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Charities <strong>We Help</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Take a look at the many charities we support, and see how you can get involved too!</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"134","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"People Helping People\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"135","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/pingree-center.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Pingree Center for Children<br /> with Autism\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][column width=\"1_3\" column_class=\"white-box\" _made_with_builder=\"true\"][image_box image=\"{"attachment_id":"133","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house.jpg"}\" width=\"\" height=\"\" link=\"\" target=\"_self\" title=\"Cancer Wellness House\" content=\"\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/image_box][separator style=\"{"view":"default","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<p style="text-align: center;">Lorem ipsum dolor sit amet,<br />consectetur adipiscing elit....</p>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"50px","color":"#d4d4d4","thickness":"2px","margin_top":"-15px","margin_bottom":"15px"},"whitespace":{"height":"20px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][button style=\"fw-btn-1\" font_color=\"#ffffff\" background_color=\"{"primary":"#ffb025","secondary":"#ffb025"}\" active_color=\"#015cab\" label=\"Learn More\" link=\"#\" target=\"_self\" size=\"btn-md\" full_width=\"\" alignment=\"text-center\" icon=\"\" icon_position=\"\" class=\"\" _array_keys=\"{"background_color":"background_color"}\" _made_with_builder=\"true\"][/button][/column][/row][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][text_block text=\"<h4 style="text-align: center;">Each year Sugarhouse donates lots of money to charities in the Sugar House and Salt Lake City. Here are just a few of the charities we help:</h4>\" _made_with_builder=\"true\"][/text_block][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_2\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"559","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/cancer-wellness-house-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"564","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/people-helping-people-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_4\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"567","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/teen-challenge.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][row][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"570","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/autism-center-1.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"568","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/the-sharing-place.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][column width=\"1_3\" column_class=\"\" _made_with_builder=\"true\"][media_image image=\"{"attachment_id":"562","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/holding-out-help.jpg"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][/column][/row][/section][section is_fullwidth=\"\" background_color=\"\" background_image=\"{"type":"custom","custom":"126","predefined":"","data":{"icon":"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg","css":{"background-image":"url(\\\\"http:\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/blue-grid.jpg\\\\")"}}}\" video=\"\" section_border=\"\" section_padding=\"{"padding":"large","custom":{"size":""}}\" section_id=\"\" section_class=\"alternative\" auto_generated=\"\" _array_keys=\"{"background_image":"background_image","section_padding":"section_padding"}\" _made_with_builder=\"true\"][row][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][column width=\"2_3\" column_class=\"\" _made_with_builder=\"true\"][special_heading title=\"Meet the <strong>Sugar House Rotary</strong>\" subtitle=\"\" heading=\"h1\" heading_transformation=\"text-uppercase\" heading_subtitle=\"p\" alignment=\"text-center\" _made_with_builder=\"true\"][/special_heading][media_image image=\"{"attachment_id":"28","url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/separator.png"}\" width=\"\" height=\"\" alignment=\"aligncenter\" link=\"\" target=\"_self\" _array_keys=\"{"image":"image"}\" _made_with_builder=\"true\"][/media_image][text_block text=\"<h4 style="text-align: center;">Sugar House Rotary Club is arguably the most active, fun, and the fastest growing Rotary Clubs in Utah. Our 54 engaging members hail from all different types of industries and professions.<br />Our members are a friendly, sociable, and very welcoming group.</h4>\" _made_with_builder=\"true\"][/text_block][separator style=\"{"view":"whitespace","default":{"width":"","color":"#ccc","thickness":"","margin_top":"","margin_bottom":""},"whitespace":{"height":"30px"}}\" _array_keys=\"{"style":"style"}\" _made_with_builder=\"true\"][/separator][/column][column width=\"1_6\" column_class=\"\" _made_with_builder=\"true\"][/column][/row][row][column width=\"1_1\" column_class=\"\" _made_with_builder=\"true\"][image_gallery image_gallery=\"{"style":"masonry","grid":{"images":[]},"masonry":{"images":[{"attachment_id":190,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-1.jpg"},{"attachment_id":191,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-2.jpg"},{"attachment_id":193,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-4.jpg"},{"attachment_id":194,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-5.jpg"},{"attachment_id":192,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-3.jpg"},{"attachment_id":195,"url":"\\\\/\\\\/utahchiliopen.com\\\\/wp-content\\\\/uploads\\\\/2015\\\\/11\\\\/rotary-6.jpg"}]}}\" _array_keys=\"{"image_gallery":"image_gallery"}\" _made_with_builder=\"true\"][/image_gallery][/column][/row][/section]','Homepage','','inherit','closed','closed','','2-revision-v1','','','2016-01-08 15:33:10','2016-01-08 15:33:10','',2,'http://utahchiliopen.com/2-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form` -- DROP TABLE IF EXISTS `wp_rg_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form` -- LOCK TABLES `wp_rg_form` WRITE; /*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */; INSERT INTO `wp_rg_form` VALUES (2,'Dinner Registration','2016-01-07 04:55:37',1,0),(4,'5k Run/Walk Registration','2016-01-07 14:04:49',1,0); /*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_meta` -- DROP TABLE IF EXISTS `wp_rg_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_meta` -- LOCK TABLES `wp_rg_form_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */; INSERT INTO `wp_rg_form_meta` VALUES (2,'{\"title\":\"Dinner Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Register\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"name\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"isHidden\":false,\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"formId\":2,\"pageNumber\":1,\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":2,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"2.1\",\"label\":\"Street Address\",\"name\":\"\",\"placeholder\":\"Street Address\"},{\"id\":\"2.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"isHidden\":true},{\"id\":\"2.3\",\"label\":\"City\",\"name\":\"\",\"placeholder\":\"City\"},{\"id\":\"2.4\",\"label\":\"State \\/ Province\",\"name\":\"\",\"placeholder\":\"State\"},{\"id\":\"2.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"placeholder\":\"Zip Code\"},{\"id\":\"2.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"addressType\":\"international\",\"defaultState\":\"\",\"defaultProvince\":\"\",\"defaultCountry\":\"United States\",\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":2,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":7,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"international\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone Number\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":2,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":8,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email Address\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"emailConfirmEnabled\":false,\"formId\":2,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":4,\"label\":\"Dinner Registration\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"hiddenproduct\",\"enablePrice\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"basePrice\":\"$85.00\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"choices\":[{\"text\":\"First Choice\",\"value\":\"First Choice\",\"isSelected\":false,\"price\":\"$0.00\"},{\"text\":\"Second Choice\",\"value\":\"Second Choice\",\"isSelected\":false,\"price\":\"$0.00\"},{\"text\":\"Third Choice\",\"value\":\"Third Choice\",\"isSelected\":false,\"price\":\"$0.00\"}],\"defaultValue\":\"\",\"description\":\"\",\"formId\":2,\"pageNumber\":1,\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"quantity\",\"id\":5,\"label\":\"Number of Attendees\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"inputType\":\"number\",\"productField\":4,\"numberFormat\":\"decimal_dot\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Number of Attendees\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":false,\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":2,\"pageNumber\":1,\"description\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"inputs\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"rangeMin\":\"\",\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":6,\"label\":\"Total\",\"adminLabel\":\"Total\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":2,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"}],\"version\":\"1.9.15\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":true,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}','','{\"568defc9f273f\":{\"id\":\"568defc9f273f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"page\",\"message\":\"\",\"url\":\"\",\"pageId\":430,\"queryString\":\"{name (First):1.3}{name (Last):1.6}{Email:8}{Number of Attendees:5}{Total:6}\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"568defc9ef36e\":{\"id\":\"568defc9ef36e\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(4,'{\"title\":\"5k Run\\/Walk Registration\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"image\",\"text\":\"\",\"imageUrl\":\"http:\\/\\/utahchiliopen.com\\/wp-content\\/uploads\\/2016\\/01\\/pay-with-paypal.png\"},\"fields\":[{\"type\":\"section\",\"id\":5,\"label\":\"Contact Information\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\"},{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":2,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"2.1\",\"label\":\"Street Address\",\"name\":\"\",\"placeholder\":\"Street\"},{\"id\":\"2.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"isHidden\":false,\"placeholder\":\"Suite\\/Apartment #\"},{\"id\":\"2.3\",\"label\":\"City\",\"name\":\"\",\"placeholder\":\"City\"},{\"id\":\"2.4\",\"label\":\"State \\/ Province\",\"name\":\"\",\"placeholder\":\"State\"},{\"id\":\"2.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"placeholder\":\"Zip Code\"},{\"id\":\"2.6\",\"label\":\"Country\",\"name\":\"\",\"isHidden\":true}],\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"addressType\":\"international\",\"defaultState\":\"\",\"defaultProvince\":\"\",\"defaultCountry\":\"United States\",\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email Address\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":4,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"international\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Telephone #\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":6,\"label\":\"Participant Information\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\"},{\"type\":\"product\",\"id\":9,\"label\":\"Participants\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"9.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"9.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"9.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"singleproduct\",\"enablePrice\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":true,\"basePrice\":\"$25.00\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"list\",\"id\":8,\"label\":\"List\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"enableColumns\":true,\"choices\":[{\"text\":\"Name\",\"value\":\"Name\",\"isSelected\":false,\"price\":\"\",\"isDropDown\":false},{\"text\":\"Age\",\"value\":\"Age\",\"isSelected\":false,\"price\":\"\",\"isDropDown\":false},{\"text\":\"Gender\",\"value\":\"Gender\",\"isSelected\":false,\"price\":\"\",\"isDropDownChoices\":\"Male, Female\",\"isDropDown\":true}],\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"inputType\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"maxRows\":0,\"displayOnly\":\"\"},{\"type\":\"product\",\"id\":11,\"label\":\"Product Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":[{\"id\":\"11.1\",\"label\":\"Name\",\"name\":\"\"},{\"id\":\"11.2\",\"label\":\"Price\",\"name\":\"\"},{\"id\":\"11.3\",\"label\":\"Quantity\",\"name\":\"\"}],\"inputType\":\"singleproduct\",\"enablePrice\":null,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\"},{\"type\":\"total\",\"id\":10,\"label\":\"Total:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":4,\"pageNumber\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false}],\"version\":\"1.9.15\",\"id\":4,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}','','{\"568e70813aa7a\":{\"id\":\"568e70813aa7a\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"page\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":489,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"568e7081392e8\":{\"id\":\"568e7081392e8\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); /*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_view` -- DROP TABLE IF EXISTS `wp_rg_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_view` -- LOCK TABLES `wp_rg_form_view` WRITE; /*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */; INSERT INTO `wp_rg_form_view` VALUES (1,2,'2016-01-07 06:48:09','121.54.58.247',1),(3,2,'2016-01-07 11:54:31','121.54.58.247',1),(4,2,'2016-01-07 12:03:19','121.54.58.247',2),(7,2,'2016-01-07 17:28:08','166.70.28.202',2),(10,4,'2016-01-07 19:07:56','72.250.217.251',3),(13,2,'2016-01-07 20:39:36','157.130.161.242',1),(15,4,'2016-01-07 20:40:30','157.130.161.242',1),(16,4,'2016-01-08 01:49:37','174.52.208.220',1),(19,4,'2016-01-08 02:01:12','174.52.208.220',1),(22,4,'2016-01-08 20:44:16','204.58.244.4',2),(25,4,'2016-01-08 22:21:50','170.72.44.48',2),(28,2,'2016-01-09 03:17:25','71.199.42.90',5),(30,4,'2016-01-09 03:25:46','71.199.42.90',1),(31,2,'2016-01-09 04:10:06','174.52.122.149',1),(33,4,'2016-01-09 04:12:32','174.52.122.149',1),(36,2,'2016-01-09 17:55:29','73.14.206.41',2),(39,4,'2016-01-09 22:01:39','73.14.206.41',1),(42,2,'2016-01-09 22:02:00','73.14.206.41',1),(43,4,'2016-01-10 01:44:51','104.131.185.168',1),(45,2,'2016-01-10 01:45:11','104.131.185.168',1),(48,4,'2016-01-10 04:01:48','46.4.123.172',2),(49,2,'2016-01-10 04:01:54','46.4.123.172',1),(51,2,'2016-01-10 07:59:09','69.58.178.56',1),(52,4,'2016-01-10 07:59:09','69.58.178.56',1),(55,4,'2016-01-10 16:03:13','67.214.239.93',3),(58,2,'2016-01-10 16:03:15','67.214.239.93',1),(60,2,'2016-01-10 21:08:06','71.199.42.90',1),(63,4,'2016-01-10 21:08:14','71.199.42.90',2),(64,4,'2016-01-10 23:01:40','40.133.125.106',2),(66,4,'2016-01-11 03:13:55','166.70.28.202',2),(67,2,'2016-01-11 03:14:25','166.70.28.202',2); /*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_incomplete_submissions` -- DROP TABLE IF EXISTS `wp_rg_incomplete_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_incomplete_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_incomplete_submissions` -- LOCK TABLES `wp_rg_incomplete_submissions` WRITE; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead` -- DROP TABLE IF EXISTS `wp_rg_lead`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead` -- LOCK TABLES `wp_rg_lead` WRITE; /*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */; INSERT INTO `wp_rg_lead` VALUES (1,4,NULL,'2016-01-07 16:01:03',0,0,'121.54.58.247','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(4,2,NULL,'2016-01-07 16:41:22',0,0,'121.54.58.247','http://utahchiliopen.com/event/charity-auction-and-dinner/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(7,4,NULL,'2016-01-07 17:00:03',0,0,'121.54.58.247','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(9,2,NULL,'2016-01-07 17:11:16',0,0,'121.54.58.247','http://utahchiliopen.com/event/charity-auction-and-dinner/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(12,4,NULL,'2016-01-07 17:12:56',0,0,'121.54.58.247','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD','Processing',NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(13,2,NULL,'2016-01-07 17:21:29',0,0,'70.212.41.209','http://utahchiliopen.com/event/charity-auction-and-dinner/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(16,4,NULL,'2016-01-08 14:32:21',0,0,'121.54.58.240','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD','Processing',NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(19,2,NULL,'2016-01-08 14:34:21',0,0,'121.54.58.240','http://utahchiliopen.com/event/charity-auction-and-dinner/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','USD','Processing',NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(22,4,NULL,'2016-01-09 04:14:21',0,0,'174.52.122.149','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','USD','Paid','2016-01-09 04:28:36',25.00,'PayPal','7C160197WT284223G',1,NULL,1,'active'),(25,4,NULL,'2016-01-10 16:06:12',0,0,'67.214.239.93','http://utahchiliopen.com/event/5k-run-and-walk/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD','Paid','2016-01-10 16:07:53',25.00,'PayPal','5W298116GA669911P',1,NULL,1,'active'); /*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail` -- DROP TABLE IF EXISTS `wp_rg_lead_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`), KEY `lead_field_value` (`value`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=353 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail` -- LOCK TABLES `wp_rg_lead_detail` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */; INSERT INTO `wp_rg_lead_detail` VALUES (1,1,4,2.6,'United States'),(4,1,4,9.1,'Participants'),(7,1,4,9.2,'$45.00'),(10,1,4,9.3,'5'),(13,1,4,8,'a:1:{i:0;a:3:{s:4:\"Name\";s:0:\"\";s:3:\"Age\";s:0:\"\";s:6:\"Gender\";s:4:\"Male\";}}'),(16,1,4,10,'225'),(19,4,2,1.3,'fdsa'),(22,4,2,1.6,'fdsa'),(25,4,2,2.1,'fdsa'),(28,4,2,2.3,'fdsa'),(31,4,2,2.4,'fdsa'),(34,4,2,2.5,'23223'),(37,4,2,2.6,'United States'),(40,4,2,7,'fdsaf'),(43,4,2,8,'fdsafdsa@fdsa.com'),(46,4,2,4.1,'Dinner Registration'),(49,4,2,4.2,'$50.00'),(52,4,2,5,'1'),(55,4,2,6,'50'),(58,7,4,2.6,'United States'),(61,7,4,9.1,'Participants'),(64,7,4,9.2,'$45.00'),(67,7,4,8,'a:1:{i:0;a:3:{s:4:\"Name\";s:0:\"\";s:3:\"Age\";s:0:\"\";s:6:\"Gender\";s:4:\"Male\";}}'),(70,7,4,10,'0'),(72,9,2,1.3,'fdsa'),(75,9,2,1.6,'fdsa'),(78,9,2,2.6,'United States'),(81,9,2,8,'fdsafdsa@fdsa.com'),(84,9,2,4.1,'Dinner Registration'),(87,9,2,4.2,'$50.00'),(90,9,2,5,'1'),(93,9,2,6,'50'),(96,12,4,1.3,'fdsa'),(99,12,4,1.6,'fdsa'),(102,12,4,2.5,'43214'),(105,12,4,2.6,'United States'),(108,12,4,3,'fdsafsad#@dafs.com'),(111,12,4,4,'4332423423'),(114,12,4,9.1,'Participants'),(117,12,4,9.2,'$45.00'),(120,12,4,9.3,'2'),(123,12,4,8,'a:2:{i:0;a:3:{s:4:\"Name\";s:4:\"3213\";s:3:\"Age\";s:2:\"23\";s:6:\"Gender\";s:4:\"Male\";}i:1;a:3:{s:4:\"Name\";s:5:\"41324\";s:3:\"Age\";s:2:\"23\";s:6:\"Gender\";s:6:\"Female\";}}'),(126,12,4,10,'90'),(127,13,2,1.3,'Aaron'),(130,13,2,1.6,'Krall'),(133,13,2,2.1,'1038 E garfield Ave'),(136,13,2,2.3,'salt lake city'),(139,13,2,2.4,'UT'),(142,13,2,2.5,'84105'),(145,13,2,2.6,'United States'),(148,13,2,7,'509 342 9176'),(151,13,2,8,'krall.aaron@gmail.com'),(154,13,2,4.1,'Dinner Registration'),(157,13,2,4.2,'$50.00'),(160,13,2,5,'1'),(163,13,2,6,'50'),(166,16,4,1.3,'fdsa'),(169,16,4,1.6,'fdsa'),(172,16,4,2.1,'fdsa'),(175,16,4,2.2,'test'),(178,16,4,2.3,'test'),(181,16,4,2.4,'test'),(184,16,4,2.5,'23223'),(187,16,4,2.6,'United States'),(190,16,4,3,'fdsafsad#@dafs.com'),(193,16,4,4,'4332423423'),(196,16,4,9.1,'Participants'),(199,16,4,9.2,'$25.00'),(202,16,4,9.3,'3'),(205,16,4,8,'a:3:{i:0;a:3:{s:4:\"Name\";s:4:\"fdsa\";s:3:\"Age\";s:2:\"23\";s:6:\"Gender\";s:4:\"Male\";}i:1;a:3:{s:4:\"Name\";s:8:\"fdsafasd\";s:3:\"Age\";s:1:\"2\";s:6:\"Gender\";s:6:\"Female\";}i:2;a:3:{s:4:\"Name\";s:8:\"fdsafdsa\";s:3:\"Age\";s:1:\"4\";s:6:\"Gender\";s:4:\"Male\";}}'),(208,16,4,11.1,'Product Name'),(211,16,4,11.2,'0'),(214,16,4,10,'75'),(217,19,2,1.3,'fdsa'),(220,19,2,1.6,'fdsa'),(223,19,2,2.1,'fdsa'),(226,19,2,2.3,'fdsa'),(229,19,2,2.4,'fdsa'),(232,19,2,2.5,'23223'),(235,19,2,2.6,'United States'),(238,19,2,7,'1213214213412'),(241,19,2,8,'fdsafdsa@fdsa.com'),(244,19,2,4.1,'Dinner Registration'),(247,19,2,4.2,'$85.00'),(250,19,2,5,'1'),(253,19,2,6,'85'),(256,22,4,1.3,'Margie'),(259,22,4,1.6,'Waltz'),(262,22,4,2.1,'1748 S 2000 E'),(265,22,4,2.3,'Salt Lake City'),(268,22,4,2.4,'UT'),(271,22,4,2.5,'84108'),(274,22,4,2.6,'United States'),(277,22,4,3,'agent.margie@frontier.com'),(280,22,4,4,'801-971-6734'),(283,22,4,9.1,'Participants'),(286,22,4,9.2,'$25.00'),(289,22,4,9.3,'1'),(292,22,4,8,'a:1:{i:0;a:3:{s:4:\"Name\";s:12:\"Margie Waltz\";s:3:\"Age\";s:2:\"52\";s:6:\"Gender\";s:6:\"Female\";}}'),(295,22,4,11.1,'Product Name'),(298,22,4,11.2,'0'),(301,22,4,11.3,'1'),(304,22,4,10,'25'),(307,25,4,1.3,'Bob'),(310,25,4,1.6,'Marabella'),(313,25,4,2.1,'901 N. Main'),(316,25,4,2.3,'Brigham City'),(319,25,4,2.4,'UT'),(322,25,4,2.5,'84302'),(325,25,4,2.6,'United States'),(328,25,4,3,'rjmarabella@msn.com'),(331,25,4,4,'435-730-6015'),(334,25,4,9.1,'Participants'),(337,25,4,9.2,'$25.00'),(340,25,4,9.3,'1'),(343,25,4,8,'a:1:{i:0;a:3:{s:4:\"Name\";s:13:\"Bob Marabella\";s:3:\"Age\";s:2:\"54\";s:6:\"Gender\";s:4:\"Male\";}}'),(346,25,4,11.1,'Product Name'),(349,25,4,11.2,'0'),(352,25,4,10,'25'); /*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail_long` -- DROP TABLE IF EXISTS `wp_rg_lead_detail_long`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lead_detail_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail_long` -- LOCK TABLES `wp_rg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_meta` -- DROP TABLE IF EXISTS `wp_rg_lead_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_meta` -- LOCK TABLES `wp_rg_lead_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_meta` DISABLE KEYS */; INSERT INTO `wp_rg_lead_meta` VALUES (1,4,1,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$45.00\";s:8:\"quantity\";s:1:\"5\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(4,4,1,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$45.00\";s:8:\"quantity\";s:1:\"5\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(7,2,4,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(10,2,4,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(12,2,9,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(15,2,9,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(18,4,12,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$45.00\";s:8:\"quantity\";s:1:\"2\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(21,4,12,'gravityformspaypal_is_fulfilled','1'),(24,4,12,'processed_feeds','a:1:{s:18:\"gravityformspaypal\";a:1:{i:0;s:1:\"1\";}}'),(27,4,12,'payment_amount','90'),(30,4,12,'payment_gateway','gravityformspaypal'),(33,4,12,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$45.00\";s:8:\"quantity\";s:1:\"2\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(34,2,13,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(37,2,13,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$50.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(40,4,16,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"3\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(43,4,16,'gravityformspaypal_is_fulfilled','1'),(46,4,16,'processed_feeds','a:1:{s:18:\"gravityformspaypal\";a:1:{i:0;s:1:\"1\";}}'),(49,4,16,'payment_amount','75'),(52,4,16,'payment_gateway','gravityformspaypal'),(55,4,16,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"3\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(58,2,19,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$85.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(61,2,19,'gravityformspaypal_is_fulfilled','1'),(64,2,19,'processed_feeds','a:1:{s:18:\"gravityformspaypal\";a:1:{i:0;s:1:\"4\";}}'),(67,2,19,'payment_amount','85'),(70,2,19,'payment_gateway','gravityformspaypal'),(73,2,19,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:4;a:3:{s:4:\"name\";s:19:\"Dinner Registration\";s:5:\"price\";s:6:\"$85.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(76,4,22,'gform_product_info__','a:2:{s:8:\"products\";a:2:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"1\";}i:11;a:3:{s:4:\"name\";s:12:\"Product Name\";s:5:\"price\";s:1:\"0\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(79,4,22,'gravityformspaypal_is_fulfilled','1'),(82,4,22,'processed_feeds','a:1:{s:18:\"gravityformspaypal\";a:1:{i:0;s:1:\"1\";}}'),(85,4,22,'payment_amount','25'),(88,4,22,'payment_gateway','gravityformspaypal'),(91,4,22,'gform_product_info_1_','a:2:{s:8:\"products\";a:2:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"1\";}i:11;a:3:{s:4:\"name\";s:12:\"Product Name\";s:5:\"price\";s:1:\"0\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(94,4,25,'gform_product_info__','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'),(97,4,25,'gravityformspaypal_is_fulfilled','1'),(100,4,25,'processed_feeds','a:1:{s:18:\"gravityformspaypal\";a:1:{i:0;s:1:\"1\";}}'),(103,4,25,'payment_amount','25'),(106,4,25,'payment_gateway','gravityformspaypal'),(109,4,25,'gform_product_info_1_','a:2:{s:8:\"products\";a:1:{i:9;a:3:{s:4:\"name\";s:12:\"Participants\";s:5:\"price\";s:6:\"$25.00\";s:8:\"quantity\";s:1:\"1\";}}s:8:\"shipping\";a:3:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"price\";b:0;}}'); /*!40000 ALTER TABLE `wp_rg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_notes` -- DROP TABLE IF EXISTS `wp_rg_lead_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_notes` -- LOCK TABLES `wp_rg_lead_notes` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_notes` DISABLE KEYS */; INSERT INTO `wp_rg_lead_notes` VALUES (1,22,'PayPal',0,'2016-01-09 04:28:36','Payment has been completed. Amount: $25.00. Transaction Id: 7C160197WT284223G.','success'),(4,25,'PayPal',0,'2016-01-10 16:07:53','Payment has been completed. Amount: $25.00. Transaction Id: 5W298116GA669911P.','success'); /*!40000 ALTER TABLE `wp_rg_lead_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_paypalpaymentspro` -- DROP TABLE IF EXISTS `wp_rg_paypalpaymentspro`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_paypalpaymentspro` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `meta` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_paypalpaymentspro` -- LOCK TABLES `wp_rg_paypalpaymentspro` WRITE; /*!40000 ALTER TABLE `wp_rg_paypalpaymentspro` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_paypalpaymentspro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_paypalpaymentspro_transaction` -- DROP TABLE IF EXISTS `wp_rg_paypalpaymentspro_transaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_paypalpaymentspro_transaction` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `feed_id` mediumint(8) unsigned NOT NULL, `transaction_type` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subscription_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `parent_transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_renewal` tinyint(1) NOT NULL DEFAULT '0', `amount` decimal(19,2) DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `txn_id` (`transaction_id`), KEY `entry_id` (`entry_id`), KEY `feed_id` (`feed_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_paypalpaymentspro_transaction` -- LOCK TABLES `wp_rg_paypalpaymentspro_transaction` WRITE; /*!40000 ALTER TABLE `wp_rg_paypalpaymentspro_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_paypalpaymentspro_transaction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_paypalpro` -- DROP TABLE IF EXISTS `wp_rg_paypalpro`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_paypalpro` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `meta` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_paypalpro` -- LOCK TABLES `wp_rg_paypalpro` WRITE; /*!40000 ALTER TABLE `wp_rg_paypalpro` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_paypalpro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_paypalpro_transaction` -- DROP TABLE IF EXISTS `wp_rg_paypalpro_transaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_paypalpro_transaction` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `feed_id` mediumint(8) unsigned NOT NULL, `transaction_type` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subscription_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `parent_transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_renewal` tinyint(1) NOT NULL DEFAULT '0', `amount` decimal(19,2) DEFAULT NULL, `date_created` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `txn_id` (`transaction_id`), KEY `entry_id` (`entry_id`), KEY `feed_id` (`feed_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_paypalpro_transaction` -- LOCK TABLES `wp_rg_paypalpro_transaction` WRITE; /*!40000 ALTER TABLE `wp_rg_paypalpro_transaction` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_paypalpro_transaction` 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_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 (1,1,0),(13,2,0),(162,3,0),(163,3,0),(165,3,0),(253,3,0),(373,2,0),(374,2,0),(376,2,0),(379,2,0),(537,2,0),(538,2,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_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_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=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,1),(2,2,'nav_menu','',0,7),(3,3,'nav_menu','',0,4); /*!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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */; /*!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_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_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=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'Main Menu','main-menu',0),(3,'Footer Menu','footer-menu',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_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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','chiliadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','black_studio_tinymce_widget'),(13,1,'show_welcome_panel','1'),(15,1,'wp_user-settings','editor=tinymce&libraryContent=browse&hidetb=1&align=left&urlbutton=none'),(16,1,'wp_user-settings-time','1452085286'),(17,1,'wp_dashboard_quick_press_last_post_id','242'),(18,1,'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\";}'),(19,1,'metaboxhidden_nav-menus','a:3:{i:0;s:16:\"add-fw-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(20,1,'fw_data','a:2:{s:6:\"events\";a:1:{s:23:\"metaboxhidden_nav-menus\";b:1;}s:8:\"learning\";a:1:{s:23:\"metaboxhidden_nav-menus\";b:1;}}'),(21,1,'fw-metaboxhidden_nav-menus','updated'),(22,1,'nav_menu_recently_edited','2'),(23,1,'session_tokens','a:5:{s:64:\"2f76c1b2fcde8ca355e47c827aa14a34345a29adec9b7a008d729aa7372e298b\";a:4:{s:10:\"expiration\";i:1452593295;s:2:\"ip\";s:13:\"121.54.58.240\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1451383695;}s:64:\"82738495ecde35b8d064d557eaaca9add0055a13b655aa68e41e4e487d22cd84\";a:4:{s:10:\"expiration\";i:1453051777;s:2:\"ip\";s:13:\"121.54.58.247\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1451842177;}s:64:\"3e16b45af43520272e5fed33e67b66c38bd09997e0472ee2c958595c8e987f33\";a:4:{s:10:\"expiration\";i:1453125569;s:2:\"ip\";s:13:\"50.53.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451915969;}s:64:\"8a0cadb4d9a7e0bf93afc2ce7a2aa2c3f2c4eda275f23c6bfbdaeced56afcb3e\";a:4:{s:10:\"expiration\";i:1453169175;s:2:\"ip\";s:13:\"50.53.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451959575;}s:64:\"c8ab9213c754515afde6c1252300c6771f8c53ff5b88fba8a13efa4ed4c18f1f\";a:4:{s:10:\"expiration\";i:1452266148;s:2:\"ip\";s:13:\"70.212.41.209\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452093348;}}'),(25,1,'closedpostboxes_page','a:0:{}'),(28,1,'closedpostboxes_page','a:0:{}'),(31,1,'metaboxhidden_page','a:7:{i:0;s:31:\"fw-options-box-page-builder-box\";i:1;s:12:\"revisionsdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(34,1,'metaboxhidden_page','a:7:{i:0;s:31:\"fw-options-box-page-builder-box\";i:1;s:12:\"revisionsdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(37,1,'dismiss_paypal_menu','1'); /*!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_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'chiliadmin','$P$BY8F6O8jx5xrcZDMxkQw4YLrVvj/Tb/','chiliadmin','Cliqnow@gmail.com','','2015-11-25 08:31:46','',0,'chiliadmin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'uco' -- /*!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 2017-03-08 7:30:42